refactor: remove unused css classes

This commit is contained in:
Josue 2021-03-09 11:24:55 -05:00 committed by Tsu-ba-me
parent 184e737ff9
commit 8f886ea0ca

View File

@ -1,16 +1,12 @@
html, html,
body { body {
background-image: url('/pngs/Texture.jpg');
padding: 0; padding: 0;
margin: 0; margin: 0;
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, sans-serif; Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
} }
a {
color: inherit;
text-decoration: none;
}
* { * {
box-sizing: border-box; box-sizing: border-box;
} }