Add black border to css (dark theme is still ugly)

This commit is contained in:
augustin64 2023-01-19 18:03:26 +01:00
parent 055bb3df14
commit 5fbb47ca80

View File

@ -13,6 +13,14 @@
padding: 0;
width: 100vw;
}
body {
border-radius: 0px;
border-width: 0px;
}
nav {
border-radius: 0px;
}
}
@media (max-width: 750px) {