commit 061d9b76001106bd83cc610859f748803ededa10
parent f12cc763c05bdc9724ee873d0c07723d10ecda49
Author: Marcel <mtrnord1@gmail.com>
Date: Mon, 1 Jun 2020 16:30:56 +0200
Improve css
Took 12 minutes
Diffstat:
2 files changed, 13 insertions(+), 1 deletion(-)
diff --git a/static/custom-css.scss b/static/custom-css.scss
@@ -73,3 +73,15 @@ blockquote {
displayname {
font-weight: bold !important;
}
+
+.uk-active, .uk-nav-default > li > a:hover, .uk-nav-default > li > a:focus {
+ font-weight: bold !important;
+}
+
+em {
+ color: black !important;
+}
+
+.uk-nav-default > li > a {
+ color: #666666 !important;
+}
diff --git a/static/light_theme/_globals.scss b/static/light_theme/_globals.scss
@@ -2,6 +2,6 @@
--global-scrollbar-color: black;
--global-scrollbar-bg-color: transparent;
--global-emphasis-color: #333;
- --global-color: #666;
+ --global-color: #333333;
--icon-link-active-color: darken(#666, 5%);
}