Browse Source

Switch styles to html

master
decentral1se 3 years ago
parent
commit
3ac9282c88
  1. 7
      LogBot/stylesheets/anarchive.css

7
LogBot/stylesheets/anarchive.css

@ -13,6 +13,11 @@
src: url("fonts/Inconsolata-Regular.otf") format("otf");
}
html {
scroll-behavior: smooth;
scrollbar-color: #3c4cac #a4a4d4;
}
body {
margin: 1em 1em 3em 1em;
background-color: #f1eede;
@ -20,8 +25,6 @@ body {
font-size: 16px;
line-height: 1.6;
overflow-y: auto;
scroll-behavior: smooth;
scrollbar-color: #3c4cac #a4a4d4;
}
h1 {

Loading…
Cancel
Save