diff options
| author | user <user@node5.net> | 2024-03-10 12:12:20 +0100 |
|---|---|---|
| committer | user <user@node5.net> | 2024-03-10 12:12:20 +0100 |
| commit | 7ec0ca85ecf3d9fc59153adcc39d6adfbc648603 (patch) | |
| tree | f6f9137e38983b74c44c953732e592d1f5d84960 /blog.node5.net/static | |
| parent | 17c305641c0419664dc64adf210be797d5f16ee1 (diff) | |
comments - make comments made by user@node5.net glow
Diffstat (limited to 'blog.node5.net/static')
| -rw-r--r-- | blog.node5.net/static/main.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/blog.node5.net/static/main.css b/blog.node5.net/static/main.css index ad9a192..9747bf0 100644 --- a/blog.node5.net/static/main.css +++ b/blog.node5.net/static/main.css @@ -17,6 +17,10 @@ color: var(--tertiary-color); } +.glow { + text-shadow: 0 0 0.5em var(--main-color); +} + .quaternary-color { color: var(--quaternary-color); } |
