New theme and simple updates
This commit is contained in:
@ -1,5 +1,4 @@
|
||||
@import url("https://fonts.bunny.net/css?family=damion:400|dotgothic16:400|source-code-pro:300|oxygen:400");
|
||||
@import url("https://cdn.jsdelivr.net/npm/fork-awesome/css/fork-awesome.min.css");
|
||||
:root{
|
||||
--text-color:#fff;
|
||||
--background:#121212;
|
||||
@ -276,7 +275,12 @@ span.required{
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.site-info{
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
@keyframes transpride {
|
||||
to {
|
||||
background-position: 4500vh;
|
||||
|
Reference in New Issue
Block a user