diff options
author | Jonas Kohl | 2024-09-16 23:13:07 +0200 |
---|---|---|
committer | Jonas Kohl | 2024-09-16 23:13:07 +0200 |
commit | e79ec21fc8c03262ca4e16b68c08705495b7d2e5 (patch) | |
tree | 0a550efa99577c52e23f19213ac4dcbd0ff044c8 /src/ui/site.css | |
parent | f2a5f45355b83540dbb42b3a198a20ec354e0422 (diff) |
Theme stuff
Diffstat (limited to 'src/ui/site.css')
-rw-r--r-- | src/ui/site.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/site.css b/src/ui/site.css index 12b922c..a519fc1 100644 --- a/src/ui/site.css +++ b/src/ui/site.css @@ -60,7 +60,7 @@ a.image-attachment:hover .image-attachment-image { transform: translate(-50%, -50%); text-align: center; text-shadow: 0 1px 3px rgba(0,0,0,.5); - font-size: 18px; + font-size: 28px; } .margin-right { margin-right: 8px; } .margin-left { margin-left: 8px; } |