Add files via upload

This commit is contained in:
2024-02-02 00:08:10 +01:00
committed by GitHub
parent 952c8293c2
commit 27b2bd49a7
5 changed files with 4 additions and 14 deletions
+2 -9
View File
@@ -23,10 +23,6 @@
}
}
hr {
color: transparent;
}
h2 {
line-height-step: 100px;
}
@@ -240,10 +236,7 @@ ul.nav li.left {
.hover-items,
.hover-items a {
background: rgb(2,0,36);
background: var(--main-txt-color);
-webkit-background-clip: text;
color: transparent;
color: var(--main-txt-color);
padding: var(--main-padding) 10px;
font-size: large;
margin: auto;
@@ -427,4 +420,4 @@ ul.nav li.left {
pointer-events: none;
z-index: 99999999;
}
}
}