Removed unsed code
This commit is contained in:
@@ -95,32 +95,6 @@ ul#toolList {
|
|||||||
#toolListRow a:hover {
|
#toolListRow a:hover {
|
||||||
background-color: #2A93B0;
|
background-color: #2A93B0;
|
||||||
color: white;
|
color: white;
|
||||||
transform: matrix(1.25, 0, 0, 1.25, 15, 0);
|
transform: scale(1.25, 1.25);
|
||||||
transition-duration: .3s;
|
transition-duration: .3s;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (prefers-color-scheme: dark) {
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
div#header {
|
|
||||||
background-color: #00000000;
|
|
||||||
backdrop-filter: blur(10px);
|
|
||||||
}
|
|
||||||
|
|
||||||
ul#toolList {
|
|
||||||
background-color: #00000000;
|
|
||||||
backdrop-filter: blur(10px);
|
|
||||||
}
|
|
||||||
|
|
||||||
div#toolList {
|
|
||||||
background-color: #00000000;
|
|
||||||
backdrop-filter: blur(10px);
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
#toolListRow a {
|
|
||||||
color: white;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user