mira fixed it (the invisible twitter icons)

This commit is contained in:
dudleycu 2021-08-23 19:32:45 +09:00
parent b17a675c17
commit e387f4b41c

View File

@ -1396,10 +1396,10 @@ dd:before {
content: "\25E7" !important; content: "\25E7" !important;
} }
.check { .check {
opacity: 25%; opacity: 0.25;
} }
.check:hover { .check:hover {
opacity: 100%; opacity: 1;
} }
.check:before { .check:before {
font-family: "Segoe UI Symbol"; font-family: "Segoe UI Symbol";