Fix color in preferences form.

This commit is contained in:
PouleY 2024-11-13 09:50:11 +01:00
commit ff3b8c15cc

View file

@ -163,11 +163,15 @@ md-content.md-default-theme, md-content {
color: rgb(197 197 197);
}
md-input-container.md-default-theme .md-input, md-input-container .md-input {
color: rgb(172 167 167);
}
md-tabs.md-default-theme .md-tab.md-active, md-tabs .md-tab.md-active, md-tabs.md-default-theme .md-tab.md-active md-icon, md-tabs .md-tab.md-active md-icon, md-tabs.md-default-theme .md-tab.md-focused, md-tabs .md-tab.md-focused, md-tabs.md-default-theme .md-tab.md-focused md-icon, md-tabs .md-tab.md-focused md-icon {
color: rgb(235 175 175);
}
.sg-form-section {
color: rgb(197 197 197);
}
/* End Preferences*/
/* Calendar */