(css) Remove unused code

This commit is contained in:
n loewen 2023-09-23 15:00:35 -07:00
parent 1fe069b4f6
commit df02bbe888
1 changed files with 1 additions and 16 deletions

View File

@ -88,19 +88,4 @@ h1 {
background-color:hsl(50, 100%, 70%);
border-left: 0.33ch solid hsl(50, 100%, 70%);
border-right: 0.33ch solid hsl(50, 100%, 70%);
}
/* Adjustments for touchscreen devices */
@media (hover: none) {
.triangle-label {
color: white;
opacity: 0.75;
}
.triangle:hover .triangle-label {
color: black;
opacity: 1;
}
}
}