Fixes ASB

This commit is contained in:
2022-12-26 21:14:37 +01:00
parent aa1a1e9047
commit 4de7215478
3 changed files with 12 additions and 3 deletions

View File

@@ -82,6 +82,14 @@
.tabs .item.active, .blessures-list li ul li:first-child:hover, a:hover {
text-shadow: 1px 0px 0px #ff6600;
}
select {
background: rgba(228, 240, 240, 0.75);
color: rgba(66, 66, 64, 0.95);
}
select option {
background: rgba(228, 240, 240, 0.75);
color: rgba(66, 66, 64, 0.95);
}
.rollable:hover, .rollable:focus {
color: #000;