diff options
author | metamuffin <metamuffin@disroot.org> | 2022-09-25 20:42:10 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2022-09-25 20:42:10 +0200 |
commit | 0a18eae178a23e7f7bfd88c37502e5e8c1fdf64a (patch) | |
tree | fb5b1aa5f9a8d023b2edbc9e89b5d2e4844a42eb /content/style.css | |
parent | e3edf18503b3975ccec3b33c0cb9e7f0888bd031 (diff) | |
download | metamuffin-blog-0a18eae178a23e7f7bfd88c37502e5e8c1fdf64a.tar metamuffin-blog-0a18eae178a23e7f7bfd88c37502e5e8c1fdf64a.tar.bz2 metamuffin-blog-0a18eae178a23e7f7bfd88c37502e5e8c1fdf64a.tar.zst |
(the commit before proper parsers will replace everything™™)
Diffstat (limited to 'content/style.css')
-rw-r--r-- | content/style.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/content/style.css b/content/style.css index 2a7f010..15ea9b8 100644 --- a/content/style.css +++ b/content/style.css @@ -31,6 +31,8 @@ p,li { color: white; margin-left: 3em } a { color: #82a8ff; font-style: italic; text-decoration: underline } hr { border: 1px solid grey } +math {color:white} + pre,code { color: #eeeeee; font-family: monospace; |