« get me outta code hell

content, css, client: inert previous/next links - 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>2024-08-14 13:03:39 -0300
committer(quasar) nebula <qznebula@protonmail.com>2024-11-02 22:25:46 -0300
commite77262e34657164b5c194d2e639ff4ce627134a9 (patch)
treef64a67f47990bf50bbfa0b78b4b5e65eda7596a2 /src/static/css
parent7c5939aefafc88201eb73ba67a35d4de77c94d7a (diff)
content, css, client: inert previous/next links
Diffstat (limited to 'src/static/css')
-rw-r--r--src/static/css/site.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/static/css/site.css b/src/static/css/site.css
index aa41746b..a46c0927 100644
--- a/src/static/css/site.css
+++ b/src/static/css/site.css
@@ -870,6 +870,10 @@ a:not([href]):hover {
   text-align: center;
 }
 
+.inert-previous-next-link {
+  opacity: 0.7;
+}
+
 .nowrap {
   white-space: nowrap;
 }