From 35d35ee3b44da48855d4a1a4342adb7720117a6c Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Sat, 25 Jul 2020 13:34:42 -0400 Subject: add muted class with color: #666 --- local.css | 2 ++ 1 file changed, 2 insertions(+) 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 } -- cgit v1.2.3