diff options
| author | grothedev <grothedev@gmail.com> | 2025-02-21 02:56:32 -0600 |
|---|---|---|
| committer | grothedev <grothedev@gmail.com> | 2025-02-21 02:56:32 -0600 |
| commit | adb482e32ad3688e469a18cf6158dd9526565461 (patch) | |
| tree | 1861b9287212f286936bd9adf03ad47ca3a25617 | |
| parent | e179da34d64ca9d48dc3a93c267cdbf796a1258a (diff) | |
update css
| -rw-r--r-- | resources/css/style.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/resources/css/style.css b/resources/css/style.css index bc22727..b22c7a6 100644 --- a/resources/css/style.css +++ b/resources/css/style.css @@ -5,6 +5,10 @@ z-index: -1; } +html { + background-color: #efefef; +} + body * { font-family: 'Roboto', sans-serif; color: #1b1b1b; @@ -273,3 +277,4 @@ ul { grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); } + |
