diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2025-06-14 10:25:50 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2025-06-14 10:25:50 -0300 |
commit | b4e2e936a53e0a755ece2f3a03070d1606297e0b (patch) | |
tree | ed5014dc1ec4cb14a011fe31d02677bcec6e1941 | |
parent | 8979344b0b5083516014317bd9b028194133821f (diff) |
css: code.filename uwa
-rw-r--r-- | src/static/css/site.css | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/src/static/css/site.css b/src/static/css/site.css index 46f99e9b..82fe1a2a 100644 --- a/src/static/css/site.css +++ b/src/static/css/site.css @@ -1503,10 +1503,20 @@ s.spoiler::-moz-selection { background: white; } -span.path { - font-size: 0.9em; +span.path, code.filename { + font-size: 0.95em; font-family: "courier new", monospace; font-weight: 800; + background: #ccc3; + + padding: 0.05em 0.5ch; + border: 1px solid #ccce; + border-radius: 2px; + line-height: 1.4; +} + +.image-details code.filename { + margin-left: -0.4ch; } span.path i { |