diff --git a/files/assets/css/light.css b/files/assets/css/light.css index 4707980bc..5c29ff8c6 100644 --- a/files/assets/css/light.css +++ b/files/assets/css/light.css @@ -6,6 +6,7 @@ --secondary: #c7c7c7; --gray: #c7c7c7; --gray-300: #c7c7c7; + --gray-400: #cfcfcf; --gray-500: #ffffff; --gray-600: #ffffff; --gray-700: #ffffff; @@ -17,7 +18,6 @@ --gray-200: #1e1e1e; --white: #1e1e1e; --black: #303030; - --gray-400: #cfcfcf; } * { @@ -69,4 +69,8 @@ pre { #frontpage .post-title a:visited { color: #7a7a7a !important; +} + +blockquote { + color: var(--gray-400); } \ No newline at end of file diff --git a/files/templates/authforms.html b/files/templates/authforms.html index bb12077ff..c9c89e22e 100644 --- a/files/templates/authforms.html +++ b/files/templates/authforms.html @@ -15,11 +15,11 @@ {% if v %} - - {% if v.agendaposter %}{% elif v.css %}{% endif %} + + {% if v.agendaposter %}{% elif v.css %}{% endif %} {% else %} - + {% endif %} diff --git a/files/templates/comments.html b/files/templates/comments.html index 7d130ba7c..05ad7098b 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -288,7 +288,7 @@ Cancel - Reply + Reply Cancel Reply @@ -472,7 +472,7 @@ Cancel - Comment + Comment Cancel Comment diff --git a/files/templates/default.html b/files/templates/default.html index d496bd9f5..497c1af20 100644 --- a/files/templates/default.html +++ b/files/templates/default.html @@ -250,12 +250,12 @@ {% if v %} - - - {% if v.agendaposter %}{% elif v.css %}{% endif %} + + + {% if v.agendaposter %}{% elif v.css %}{% endif %} {% else %} - + {% endif %} {% endblock %} diff --git a/files/templates/log.html b/files/templates/log.html index 7eb07c9f6..b396e5998 100644 --- a/files/templates/log.html +++ b/files/templates/log.html @@ -17,11 +17,11 @@ {% if v %} - - {% if v.agendaposter %}{% elif v.css %}{% endif %} + + {% if v.agendaposter %}{% elif v.css %}{% endif %} {% else %} - + {% endif %}