updated css for old browsers again

This commit is contained in:
Thomas G 2022-07-15 03:57:17 +10:00
parent a09810a83d
commit 4f73a0ea1e
1 changed files with 2 additions and 0 deletions

View File

@ -314,6 +314,7 @@ body {
}
.tab {
background: #747474;
background: linear-gradient(#cacbcc 10%, #99999a 49%, #747474 50%, #2d2d2d 100%);
font-weight: 400;
text-align: center;
@ -327,6 +328,7 @@ body {
}
.tab_selected {
background: #2362DE;
background: linear-gradient(#759CF0 10%, #3B72E1 49%, #2260DD 50%, #2362DE 100%);
font-weight: 400;
text-align: center;