« get me outta code hell

css: code.filename uwa - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/static/css
diff options
context:
space:
mode:
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
commitb4e2e936a53e0a755ece2f3a03070d1606297e0b (patch)
treeed5014dc1ec4cb14a011fe31d02677bcec6e1941 /src/static/css
parent8979344b0b5083516014317bd9b028194133821f (diff)
css: code.filename uwa
Diffstat (limited to 'src/static/css')
-rw-r--r--src/static/css/site.css14
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 {