diff options
Diffstat (limited to 'styles/themes')
-rw-r--r-- | styles/themes/colors-base.css | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/styles/themes/colors-base.css b/styles/themes/colors-base.css index 3dab58b..b5699fc 100644 --- a/styles/themes/colors-base.css +++ b/styles/themes/colors-base.css @@ -1,14 +1,14 @@ -* { - /* Main */ - --main-bg: white; - --main-color: black; - - /* Underline */ - --divider-color: #bbb; - - /* Links */ - --link-color: #0084ff; - --link-color-hover: #3ea2ff; - --link-color-active:#0056a7; - +* {
+ /* Main */
+ --main-bg: #89c6ff;
+ --main-color: black;
+
+ /* Underline */
+ --divider-color: #0084ff;
+
+ /* Links */
+ --link-color: white;
+ --link-color-hover: #ddd;
+ --link-color-active: #bbb;
+
}
\ No newline at end of file |