1
0
Fork 0
mirror of https://github.com/safing/web synced 2025-04-23 04:19:09 +00:00

Remove CSS from semantic which interfered with new design

This commit is contained in:
davegson 2019-11-11 15:38:19 +01:00
parent f7dfa5047c
commit 2c450e98d0

View file

@ -453,10 +453,6 @@ body {
height: 100%;
}
html {
font-size: 14px;
}
body {
margin: 0;
padding: 0;
@ -464,8 +460,6 @@ body {
min-width: 320px;
background: #FFFFFF;
font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 1.4285em;
color: rgba(0, 0, 0, 0.87);
font-smoothing: antialiased;
}