🔥 Refactor and removes less-important stuff

This commit is contained in:
Alicia Sykes
2021-07-05 21:09:17 +01:00
parent 0c0177927c
commit a82a4c7103
3 changed files with 19 additions and 25 deletions

View File

@@ -1,14 +1,21 @@
@import '@/styles/style-helpers.scss';
/* Essential global page layout styles */
html {
margin: 0;
padding: 0;
margin: -3px 0 0 0;
transition: all 1s;
margin-top: -3px;
@extend .scroll-bar;
@extend .highlight;
box-sizing: border-box;
/* Essential body styles */
body {
background: var(--background);
margin: 0;
padding: 0;
}
/* Make links have pointy cursor */
input[type=button], button, a {
cursor: pointer;
}