next/previous article/project section rewritten

This commit is contained in:
Vrifox 2020-09-22 14:10:53 +02:00
parent 8f44f2d329
commit fb24b7e480
7 changed files with 46 additions and 97 deletions

View file

@ -8,6 +8,8 @@
html {
scrollbar-width: thin;
scrollbar-color: rgb(255, 130, 130) rgb(60, 60, 90);
overflow-x: hidden;
overflow-y: scroll;
}
body {
background: rgb(40, 40, 60);
@ -15,7 +17,6 @@ body {
margin: 0;
font-family: PoppinsLatin, Monaco, Lucida Console, monospace;
display: grid;
overflow-x: hidden;
}
a {
color: rgb(255, 130, 130);