New Design

This commit is contained in:
2024-02-01 23:09:34 +01:00
committed by GitHub
parent 487a64f81a
commit f4d558e2f8
5 changed files with 57 additions and 58 deletions
+1 -14
View File
@@ -1,18 +1,5 @@
/* GitHub Projects */
@media (prefers-color-scheme: dark) {
:root {
--hover-bg-color: #001e3d;
}
}
@media (prefers-color-scheme: light) {
:root {
--hover-bg-color: #001e3d;
}
}
.hoverable:hover {
background-color: var(--hover-bg-color);
backdrop-filter: blur(150px);
cursor: pointer;
}