ready to go

This commit is contained in:
ngn
2023-08-21 08:23:11 +03:00
parent 195e4c7e02
commit c76a8a5f56
21 changed files with 660 additions and 75 deletions

BIN
static/click.wav Normal file

Binary file not shown.

View File

@@ -47,6 +47,9 @@
}
.markdown-body a {
animation-name: colorAnimation;
animation-iteration-count: infinite;
animation-duration: 10s;
background-color: transparent;
color: #58a6ff;
text-decoration: none;

View File

@@ -25,17 +25,15 @@
}
body {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background: var(--dark-one);
font-family: "Ubuntu", sans-serif;
overflow-x: hidden;
}
::selection {
background: rgba(0, 0, 0, 0.7);
}
::-webkit-scrollbar {
border-radius: 10px;
width: 10px;
@@ -296,7 +294,7 @@ body {
}
}
c {
.c, c {
animation-name: colorAnimation;
animation-iteration-count: infinite;
animation-duration: 10s;