diff --git a/light-mode.css b/light-mode.css index b2c0df9..6dbed0b 100644 --- a/light-mode.css +++ b/light-mode.css @@ -1,3 +1,7 @@ +:root { + --color-primary-light-1: #4793cc; +} + .full > .ui.top.menu { color: #fff; background: #1e2430; diff --git a/theme.css b/theme.css index 2909fe0..369b4f4 100644 --- a/theme.css +++ b/theme.css @@ -1,5 +1,6 @@ :root { --color-hover: #259bef; + --color-primary-light-1: #4793cc; } #navbar .active {