update @ Sun 24 Apr 15:02:17 EEST 2022

Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
Ari Archer 2022-04-24 15:02:17 +03:00
parent eebb65920f
commit 5c21669dab
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: A50D5B4B599AF8A2

View file

@ -10,12 +10,17 @@
background-color: #262220;
color: #f9f6e8;
font-family: Hack, hack, monospace;
scrollbar-width: none;
-ms-overflow-style: none;
-webkit-box-sizing: border-box;
box-sizing: border-box;
scroll-behavior: smooth;
word-wrap: break-word;
word-break: break-all;
scroll-behavior: smooth;
}
::-webkit-scrollbar {
@ -57,9 +62,16 @@ a {
*,
*::before,
*::after {
-webkit-animation-duration: 0.01ms !important;
animation-duration: 0.01ms !important;
-webkit-animation-iteration-count: 1 !important;
animation-iteration-count: 1 !important;
-webkit-transition-duration: 0.01ms !important;
-o-transition-duration: 0.01ms !important;
transition-duration: 0.01ms !important;
scroll-behavior: auto !important;
}
}