Change text color on Inicio and set gov theme as default

This commit is contained in:
Eudes Inácio
2021-10-22 15:37:22 +01:00
parent 509824d0c5
commit 4231808c6e
4 changed files with 17 additions and 8 deletions
+6
View File
@@ -640,6 +640,9 @@ body {
--color3: #D9D9D9;
--color4: #d9d9d9ee;
--color5: #ececec;
--title-text-color: rgb(0, 0, 0);
--subtitle-text-color: #000
}
.default {
@@ -658,4 +661,7 @@ body {
--color3: #0782c9;
--color4: #0782c9f0;
--color5: #45baff;
--title-text-color: #0d89d1;
--subtitle-text-color: #000
}