diff options
author | mms <michal@sapka.me> | 2024-05-17 23:11:15 +0200 |
---|---|---|
committer | mms <michal@sapka.me> | 2024-05-17 23:11:15 +0200 |
commit | 87956783440e1e915262c34731054c5b934dd970 (patch) | |
tree | ebffd1fd69ab60db87d932f83d7bec1798332c24 /static | |
parent | 1f5ad926609f715d57bc4a7e043e54d6c9802988 (diff) |
feat: uf archive
Diffstat (limited to 'static')
-rw-r--r-- | static/style.css | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css index 5c89067..c594514 100644 --- a/static/style.css +++ b/static/style.css @@ -687,3 +687,23 @@ body.blog h1 { border-color: var(--blog-highlight-color) } /* emacs_end */ + +/* omake_start */ +:root { + --omake-highlight-color: #b47379; +} + +.omake h1 { + color: var(--omake-h1-color); +} + + .omake h2, + .omake h3, + .omake h4, + .omake h5, + .omake h6 { + color: var(--omake-highlight-color); + border-color: var(--omake-highlight-color) + } + + /* omake_end */ |