diff options
| author | metamuffin <metamuffin@disroot.org> | 2023-08-06 21:58:22 +0200 |
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2023-08-06 21:58:22 +0200 |
| commit | 8f894039cc6db9f024517f973f8835cadbdb8864 (patch) | |
| tree | fcac84d7a83b44fa6eff3aba63f6bc2c9b9c5b86 /server/src/routes/ui/style/nodepage.css | |
| parent | 177e0c5ab18d191c626613d9f20fde4ae9fcad2b (diff) | |
| download | jellything-8f894039cc6db9f024517f973f8835cadbdb8864.tar jellything-8f894039cc6db9f024517f973f8835cadbdb8864.tar.bz2 jellything-8f894039cc6db9f024517f973f8835cadbdb8864.tar.zst | |
s
Diffstat (limited to 'server/src/routes/ui/style/nodepage.css')
| -rw-r--r-- | server/src/routes/ui/style/nodepage.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/server/src/routes/ui/style/nodepage.css b/server/src/routes/ui/style/nodepage.css index 21d7754..2590b74 100644 --- a/server/src/routes/ui/style/nodepage.css +++ b/server/src/routes/ui/style/nodepage.css @@ -60,5 +60,6 @@ font-weight: bolder; display: inline-block; padding: 0.2em; - background: #ffffff15; + background: #5a5a5a85; + border-radius: 4px; } |