mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
add theme to login
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user