diff options
author | metamuffin <metamuffin@disroot.org> | 2022-08-30 16:54:57 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2022-08-30 16:54:57 +0200 |
commit | 802efbca25cb92d8567761361b6513fd57e05578 (patch) | |
tree | 62eb0139143cc343d83d92091eee8efaf0888001 /content/style.css | |
parent | ed6186a764701e702032156c9632ac19305652be (diff) | |
download | metamuffin-blog-802efbca25cb92d8567761361b6513fd57e05578.tar metamuffin-blog-802efbca25cb92d8567761361b6513fd57e05578.tar.bz2 metamuffin-blog-802efbca25cb92d8567761361b6513fd57e05578.tar.zst |
basic syntax highlighting
Diffstat (limited to 'content/style.css')
-rw-r--r-- | content/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/content/style.css b/content/style.css index dbfd2ea..a6f41a2 100644 --- a/content/style.css +++ b/content/style.css @@ -20,10 +20,10 @@ h1 {font-size: xx-large } h2 {font-size: x-large } h3 {font-size: large } -p,h1,h2,h3,h4,h5,h6,span,li { font-family: "Ubuntu", sans-serif; } +p,h1,h2,h3,h4,h5,h6,li { font-family: "Ubuntu", sans-serif; } h1,h2 { color: #b575ff } h3 { color: #ff83fd } -p,span,li { color: white; margin-left: 2em } +p,li { color: white; margin-left: 2em } a { color: #82a8ff; font-style: italic; text-decoration: underline } hr { border: 1px solid grey } |