Updated style for links and icon

This commit is contained in:
Kristoffer Juelsenn 2022-04-06 14:11:28 +02:00
parent 8eb6d00bfa
commit 5400d03da5
1 changed files with 7 additions and 2 deletions

View File

@ -4,7 +4,12 @@ body {
height: 100%; height: 100%;
} }
body { body {
margin: 0; /* <yeet> */
overflow-y: auto !important;
margin: 0 !important;
padding: 0 !important;
/* </yeet> */
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
"Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
sans-serif; sans-serif;
@ -26,7 +31,7 @@ code {
border: 3px solid #1ab35a; border: 3px solid #1ab35a;
background-color: white; background-color: white;
margin: 5px; margin: 5px;
margin-bottom: 0; float: left;
/* margin: 50% calc(2vw + 50%) 50% 50%; */ /* margin: 50% calc(2vw + 50%) 50% 50%; */
} }