CSS override to make accent colour grey

This commit is contained in:
Ian Roddis
2022-02-24 11:51:28 -04:00
parent 0603285c10
commit 694ae62c55
3 changed files with 6 additions and 5 deletions

View File

@@ -1,3 +1,7 @@
:root {
--accent-bg: #F3F3F3;
}
body {
max-width: 100%;
padding: 0px;