From b4e2e936a53e0a755ece2f3a03070d1606297e0b Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Sat, 14 Jun 2025 10:25:50 -0300 Subject: css: code.filename uwa --- src/static/css/site.css | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'src/static') 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 { -- cgit 1.3.0-6-gf8a5