mirror of
https://git.ari.lt/ari.lt/ari.lt.git
synced 2025-02-04 17:49:24 +01:00
update @ Mon 1 Nov 20:05:35 EET 2021
This commit is contained in:
parent
cbc77f4e06
commit
627bc0644e
5 changed files with 39 additions and 1 deletions
2
.vscode/settings.json
vendored
2
.vscode/settings.json
vendored
|
@ -1,3 +1,3 @@
|
||||||
{
|
{
|
||||||
"compile-hero.disable-compile-files-on-did-save-code": true
|
"compile-hero.disable-compile-files-on-did-save-code": false
|
||||||
}
|
}
|
|
@ -4,6 +4,17 @@
|
||||||
margin: 0;
|
margin: 0;
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
|
scroll-behavior: smooth;
|
||||||
|
-ms-overflow-style: none;
|
||||||
|
/* for Internet Explorer, Edge */
|
||||||
|
scrollbar-width: none;
|
||||||
|
/* for Firefox */
|
||||||
|
overflow-y: scroll;
|
||||||
|
}
|
||||||
|
|
||||||
|
::-webkit-scrollbar {
|
||||||
|
display: none;
|
||||||
|
/* for Chrome, Safari, and Opera */
|
||||||
}
|
}
|
||||||
|
|
||||||
html, body {
|
html, body {
|
||||||
|
|
|
@ -8,7 +8,17 @@
|
||||||
|
|
||||||
font-family: $font_default;
|
font-family: $font_default;
|
||||||
color: $default_content_colour;
|
color: $default_content_colour;
|
||||||
|
|
||||||
|
scroll-behavior: smooth;
|
||||||
|
-ms-overflow-style: none; /* for Internet Explorer, Edge */
|
||||||
|
scrollbar-width: none; /* for Firefox */
|
||||||
|
overflow-y: scroll;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
::-webkit-scrollbar {
|
||||||
|
display: none; /* for Chrome, Safari, and Opera */
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
html, body {
|
html, body {
|
||||||
background-color: $bg_colour;
|
background-color: $bg_colour;
|
||||||
|
|
|
@ -5,6 +5,16 @@
|
||||||
color: white;
|
color: white;
|
||||||
font-family: sans;
|
font-family: sans;
|
||||||
scroll-behavior: smooth;
|
scroll-behavior: smooth;
|
||||||
|
-ms-overflow-style: none;
|
||||||
|
/* for Internet Explorer, Edge */
|
||||||
|
scrollbar-width: none;
|
||||||
|
/* for Firefox */
|
||||||
|
overflow-y: scroll;
|
||||||
|
}
|
||||||
|
|
||||||
|
::-webkit-scrollbar {
|
||||||
|
display: none;
|
||||||
|
/* for Chrome, Safari, and Opera */
|
||||||
}
|
}
|
||||||
|
|
||||||
html,
|
html,
|
||||||
|
|
|
@ -7,6 +7,13 @@
|
||||||
color: $default-font-colour;
|
color: $default-font-colour;
|
||||||
font-family: $default-font;
|
font-family: $default-font;
|
||||||
scroll-behavior: smooth;
|
scroll-behavior: smooth;
|
||||||
|
-ms-overflow-style: none; /* for Internet Explorer, Edge */
|
||||||
|
scrollbar-width: none; /* for Firefox */
|
||||||
|
overflow-y: scroll;
|
||||||
|
}
|
||||||
|
|
||||||
|
::-webkit-scrollbar {
|
||||||
|
display: none; /* for Chrome, Safari, and Opera */
|
||||||
}
|
}
|
||||||
|
|
||||||
html,
|
html,
|
||||||
|
|
Loading…
Add table
Reference in a new issue