diff options
author | Amin Bandali <bandali@gnu.org> | 2020-07-25 13:34:42 -0400 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2020-07-25 13:34:42 -0400 |
commit | 35d35ee3b44da48855d4a1a4342adb7720117a6c (patch) | |
tree | 36a316634725a4ed7e53365e0f48b069bbd26993 | |
parent | 5d1afd6dc7e629d013a0569d0795fb3450ada6be (diff) | |
download | emacsconf-wiki-35d35ee3b44da48855d4a1a4342adb7720117a6c.tar.xz emacsconf-wiki-35d35ee3b44da48855d4a1a4342adb7720117a6c.zip |
add muted class with color: #666
-rw-r--r-- | local.css | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 } |