|
@@ -86,6 +86,7 @@
|
|
|
@include dark;
|
|
@include dark;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
html {
|
|
html {
|
|
|
height: var(--full-height);
|
|
height: var(--full-height);
|
|
|
|
|
|
|
@@ -110,6 +111,10 @@ body {
|
|
|
@media only screen and (max-width: 600px) {
|
|
@media only screen and (max-width: 600px) {
|
|
|
background-color: var(--second);
|
|
background-color: var(--second);
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
|
|
+ *:focus-visible {
|
|
|
|
|
+ outline: none;
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
::-webkit-scrollbar {
|
|
::-webkit-scrollbar {
|