diff options
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 */ |