summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmin Bandali <bandali@gnu.org>2020-07-25 13:34:42 -0400
committerAmin Bandali <bandali@gnu.org>2020-07-25 13:34:42 -0400
commit35d35ee3b44da48855d4a1a4342adb7720117a6c (patch)
tree36a316634725a4ed7e53365e0f48b069bbd26993
parent5d1afd6dc7e629d013a0569d0795fb3450ada6be (diff)
downloademacsconf-wiki-35d35ee3b44da48855d4a1a4342adb7720117a6c.tar.xz
emacsconf-wiki-35d35ee3b44da48855d4a1a4342adb7720117a6c.zip
add muted class with color: #666
-rw-r--r--local.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/local.css b/local.css
index c1f9bfb7..7ae8f4e3 100644
--- a/local.css
+++ b/local.css
@@ -10,3 +10,5 @@ video { max-width: 100% }
.pagecopyright + .pagelicense { margin-top: 0.5em }
.pagecopyright p { margin-bottom: 0; line-height: 1.2 }
.pagelicense p { margin-top: 0 }
+
+.muted { color: #666 }