theme: set theme-color for ios devices

colours the search bar, sometimes.
This commit is contained in:
Harvey Tindall
2025-12-11 14:47:22 +00:00
parent 26d05911fd
commit e4e9369d54
3 changed files with 13 additions and 10 deletions
+4 -8
View File
@@ -66,9 +66,6 @@ html:not(.dark) .card.\@low:not(.\~neutral):not(.\~positive):not(.\~urge):not(.\
}
@media screen and (max-width: 1024px) {
:root {
font-size: 0.9rem;
}
.table-responsive table {
min-width: 800px;
}
@@ -287,11 +284,6 @@ p.top {
margin-top: 0px;
}
.table-responsive {
overflow-x: auto;
font-size: 0.9rem;
}
#notification-box {
position: fixed;
right: 1rem;
@@ -496,3 +488,7 @@ section.section:not(.\~neutral) {
.content li {
text-align: start;
}
.input {
font-size: 16px !important;
}