add theme to login

This commit is contained in:
Peter Maquiran
2021-10-21 14:15:50 +01:00
parent 2a2bfc1886
commit 6d1d461ba7
7 changed files with 54 additions and 37 deletions
+7 -2
View File
@@ -86,10 +86,10 @@
}
.tab:hover{
border-top: 7px solid white;
border-top: 7px solid var(--header-tab-text-white);
}
.active{
border-top: 7px solid white;
border-top: 7px solid var(--header-tab-text-white);
}
@@ -113,3 +113,8 @@
width: 20px;
}
}
.tab {
color: var(--header-tab-text-white);
}