diff options
author | mms <michal@sapka.me> | 2024-01-30 19:41:15 +0100 |
---|---|---|
committer | mms <michal@sapka.me> | 2024-01-30 19:41:15 +0100 |
commit | aee120d0b8c48724ebc5300e62dacd8ab08ac542 (patch) | |
tree | f229d3e5e136df05efd8f974c8c9cde3ccc627e1 /static | |
parent | 91305c1e4e44f51f22c9743b3d3ba4fc6c031728 (diff) |
feat: literature config + pledge
Diffstat (limited to 'static')
-rw-r--r-- | static/style.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css index fc3e4cb..36cc172 100644 --- a/static/style.css +++ b/static/style.css @@ -304,6 +304,15 @@ article.article-abstract-list-item > a > aside { /* article_list_end */ +/* index_start */ +nav.personal { +} +nav.personal > a { + font-weight: bold; +} + +/* index_end */ + /* legacy_code_start */ /* ---------- Main */ |