diff options
author | Danijel Anđelković <adanijel99@gmail.com> | 2022-04-28 22:09:08 +0200 |
---|---|---|
committer | Danijel Anđelković <adanijel99@gmail.com> | 2022-04-28 22:09:08 +0200 |
commit | 1b9e3a2470d1123b362ad47725bd76b2eb7b39eb (patch) | |
tree | 8053b33c0951afd6bc06f705a47ca9b575e2d583 /frontend/src/styles/theme.css | |
parent | 1b1c373aee332fc1f5755e9f091b5798272acb49 (diff) |
Dodatne stranice i komponente tako da su vise u skladu sa novom temom (navbar, home, archive).
Diffstat (limited to 'frontend/src/styles/theme.css')
-rw-r--r-- | frontend/src/styles/theme.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/frontend/src/styles/theme.css b/frontend/src/styles/theme.css index c517e885..a76f4714 100644 --- a/frontend/src/styles/theme.css +++ b/frontend/src/styles/theme.css @@ -45,6 +45,10 @@ a { color: var(--offwhite) !important; } +.highlight { + color: var(--ns-accent); +} + /* Ripple effect */ |