about summary refs log tree commit diff homepage
path: root/_css
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2021-05-20 16:46:40 +0700
committerNguyễn Gia Phong <mcsinyx@disroot.org>2021-05-20 16:46:40 +0700
commit05dc8381392b5e92670e953c95dd873fe7d75390 (patch)
treeed2a940975a62e20b0a96ca2a649837dad6e1df2 /_css
parent76b15f1a99849571e92945b8b124d371573253cb (diff)
downloadsite-05dc8381392b5e92670e953c95dd873fe7d75390.tar.gz
Update identity
Diffstat (limited to '_css')
-rw-r--r--_css/style.css54
1 files changed, 9 insertions, 45 deletions
diff --git a/_css/style.css b/_css/style.css
index 558a061..0281fa5 100644
--- a/_css/style.css
+++ b/_css/style.css
@@ -68,12 +68,6 @@ html {
     padding-left: 0;
 }
 
-.franklin-content .footnote {
-    position: relative;
-    top: -0.5em;
-    font-size: 70%;
-}
-
 /* Text geometry */
 .franklin-content p {
     hyphens: auto;
@@ -140,46 +134,17 @@ html {
  }
 
 /* Hyperrefs and footnotes */
-.franklin-content .eqref a { color: green; }
-.franklin-content .bibref a { color: green; }
-
-.franklin-content sup {
-    font-size: 70%;
-    vertical-align: super;
-}
-
-.franklin-content table.fndef {
-    margin: 0;
-    margin-bottom: 0.6em;
-}
-
-.franklin-content .fndef tr, td {
-    padding: 0;
-    border: 0;
-    text-align: left;
-}
+.franklin-content .bibref a,
+.franklin-content .eqref a { color: var(--link-fg) }
 
-.franklin-content .fndef tr {
-    border-left: 0.1em solid var(--fade-fg);
-}
-
-.franklin-content .fndef td.fndef-backref {
-    vertical-align: top;
-    font-size: 70%;
-    padding-left: 0.04em;
-}
-
-.franklin-content .fndef td.fndef-content {
-    font-size: 80%;
-    padding-left: 0.6em;
-    width: 100%;
-}
+.franklin-content table.fndef { border: none }
+.franklin-content .fndef tr { text-align: left }
+.franklin-content .fndef td, .franklin-content sup { font-size: 80% }
+.franklin-content .fndef td.fndef-content { width: 100% }
+.franklin-content .fndef td.fndef-backref { padding-left: 0 }
 
 /* Images */
-.franklin-content img {
-    width: 100%;
-}
-
+.franklin-content img { width: 100% }
 .franklin-content .img-small img {
     width: 50%;
     text-align: center;
@@ -187,8 +152,7 @@ html {
 }
 
 /* KaTeX */
-.katex { font-size: 1em !important; }
-
+.katex { font-size: 1em !important }
 .katex-display .katex {
     /* Overwrite KaTeX settings. */
     display: inline-block;