(css) Remove unused code
This commit is contained in:
parent
1fe069b4f6
commit
df02bbe888
15
style.css
15
style.css
|
|
@ -89,18 +89,3 @@ h1 {
|
||||||
border-left: 0.33ch solid hsl(50, 100%, 70%);
|
border-left: 0.33ch solid hsl(50, 100%, 70%);
|
||||||
border-right: 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;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue