Try fixing actual CSS

This commit is contained in:
Kaisaan 2021-10-21 21:04:08 -04:00
parent ee6600343b
commit ec5a56e6fb
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
.body { body {
font-family: 'Roboto', sans-serif; font-family: 'Roboto', sans-serif;
background-color: #EFEFEF; background-color: #EFEFEF;
} }