frontend: remove pure.css, add normalize.css

This commit is contained in:
0x1eef 2023-12-22 06:42:00 -03:00
parent 825a3db90a
commit b21fc8ac24
2 changed files with 2 additions and 15 deletions

File diff suppressed because one or more lines are too long

View file

@ -1,14 +1,12 @@
@import "fonts"; @import "fonts";
@import "colors"; @import "colors";
@import "pure"; @import "normalize";
html, html body, .pure-g { html, html body {
height: 100%; height: 100%;
} }
body { body {
margin: 0;
padding: 0;
font-family: "SF Mono","Segoe UI Mono","Roboto Mono",Menlo,Courier,monospace; font-family: "SF Mono","Segoe UI Mono","Roboto Mono",Menlo,Courier,monospace;
font-weight: normal; font-weight: normal;
} }