diff options
| author | jwansek <eddie.atten.ea29@gmail.com> | 2021-03-15 16:14:47 +0000 |
|---|---|---|
| committer | jwansek <eddie.atten.ea29@gmail.com> | 2021-03-15 16:14:47 +0000 |
| commit | 5e528a1484533e64815db07608dc7fb1613fa36f (patch) | |
| tree | b389cd15f58351055c75b29507ea844dcc9e7f94 /static/style.css | |
| parent | 2278b8331c6c84eea1d860c89adc7ae4eed24d27 (diff) | |
| download | eda.gay-5e528a1484533e64815db07608dc7fb1613fa36f.tar.gz eda.gay-5e528a1484533e64815db07608dc7fb1613fa36f.zip | |
switched markdown parser, added greentexts
Diffstat (limited to 'static/style.css')
| -rw-r--r-- | static/style.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css index 0e77ec0..a169e55 100644 --- a/static/style.css +++ b/static/style.css @@ -115,6 +115,14 @@ aside { font-size: xx-small; } +blockquote span { + color: #789922; +} + +blockquote span::before { + content: ">"; +} + .running { background-color: green; padding: 1, 1, 1, 1; |
