diff options
author | Nguyễn Gia Phong <cnx@loang.net> | 2023-10-05 00:35:37 +0900 |
---|---|---|
committer | Nguyễn Gia Phong <cnx@loang.net> | 2023-10-05 00:42:24 +0900 |
commit | 2f2883337c8d5611741bb96345417b04fbe46625 (patch) | |
tree | 9af5694580bdf0156b3c5f32e57d81749c5fba9d /_css | |
parent | 2b0ca44c7f30b30995e79560b523c7668da4cce2 (diff) | |
download | site-2f2883337c8d5611741bb96345417b04fbe46625.tar.gz |
Update metadata and style
Diffstat (limited to '_css')
-rw-r--r-- | _css/style.css | 9 |
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; } |