(css) Remove unused code
This commit is contained in:
parent
1fe069b4f6
commit
df02bbe888
17
style.css
17
style.css
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue