about summary refs log tree commit diff homepage
path: root/_css/style.css
diff options
context:
space:
mode:
Diffstat (limited to '_css/style.css')
-rw-r--r--_css/style.css9
1 files changed, 4 insertions, 5 deletions
diff --git a/_css/style.css b/_css/style.css
index 8df5502..4348f40 100644
--- a/_css/style.css
+++ b/_css/style.css
@@ -62,7 +62,7 @@ p, details {
 }
 .franklin-content .fndef tr { text-align: left }
 .franklin-content .fndef td { padding: 0 }
-.franklin-content .fndef td, .franklin-content sup { font-size: 80% }
+.franklin-content .fndef td, .franklin-content sup { font-size: 0.8rem }
 .franklin-content .fndef td.fndef-backref { padding-left: 0 }
 .franklin-content .fndef td.fndef-content { padding-left: 1ch }
 
@@ -117,7 +117,7 @@ nav ul { margin: 0 }
 
 footer, .tags, .right {
     color: GrayText;
-    font-size: 80%;
+    font-size: 0.8rem;
 }
 
 footer {
@@ -125,7 +125,7 @@ footer {
     margin-bottom: 2rem;
 }
 
-footer a, .tags a {
+footer a, a.tag {
     color: GrayText;
     text-decoration: underline!important;
 }
@@ -203,8 +203,7 @@ code, .hljs {
     color: ButtonText;
     display: flex;
     flex-direction: column;
-    flex: 1 1 0;
+    flex: 1 1 12rem;
     margin: 1ex;
-    min-width: 12rem;
     padding: 1ex;
 }