forked from varia/bots
Switch styles to html
This commit is contained in:
parent
8436d457b1
commit
3ac9282c88
@ -13,6 +13,11 @@
|
|||||||
src: url("fonts/Inconsolata-Regular.otf") format("otf");
|
src: url("fonts/Inconsolata-Regular.otf") format("otf");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
html {
|
||||||
|
scroll-behavior: smooth;
|
||||||
|
scrollbar-color: #3c4cac #a4a4d4;
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
margin: 1em 1em 3em 1em;
|
margin: 1em 1em 3em 1em;
|
||||||
background-color: #f1eede;
|
background-color: #f1eede;
|
||||||
@ -20,8 +25,6 @@ body {
|
|||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
line-height: 1.6;
|
line-height: 1.6;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
scroll-behavior: smooth;
|
|
||||||
scrollbar-color: #3c4cac #a4a4d4;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
|
Loading…
Reference in New Issue
Block a user