aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/styles/helper.css
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/styles/helper.css')
-rw-r--r--frontend/src/styles/helper.css12
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