From 2f2883337c8d5611741bb96345417b04fbe46625 Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Thu, 5 Oct 2023 00:35:37 +0900 Subject: Update metadata and style --- _css/style.css | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to '_css') 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; } -- cgit 1.4.1