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/helper.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/helper.css')
-rw-r--r-- | frontend/src/styles/helper.css | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/frontend/src/styles/helper.css b/frontend/src/styles/helper.css index c8d240f6..d4772134 100644 --- a/frontend/src/styles/helper.css +++ b/frontend/src/styles/helper.css @@ -32,7 +32,6 @@ text-align: center; } - .row-height { white-space: nowrap; height: 1rem; @@ -131,4 +130,15 @@ position: absolute; top: 5px; right: 5px; +} + +input:-webkit-autofill, +textarea:-webkit-autofill, +select:-webkit-autofill { + -webkit-box-shadow: 0 0 0 1000px var(--ns-bg) inset !important; + -webkit-text-fill-color: var(--ns-accent) !important; +} + +a { + color: var(--ns-accent) !important; }
\ No newline at end of file |