diff options
| author | Kumar Damani <me@kumardamani.net> | 2023-01-04 23:40:33 +0000 |
|---|---|---|
| committer | Kumar Damani <me@kumardamani.net> | 2023-01-04 23:40:33 +0000 |
| commit | d2c85f476d05cec7682012c3c4710fab4f46b38a (patch) | |
| tree | 6c55c5ac3ed8c3fd514de6e7a34fb6b15f345947 /public/css/risotto.css | |
| parent | 96a1150708a73f0d1fd08c1bb2ab66922853cda9 (diff) | |
build files updates
Diffstat (limited to 'public/css/risotto.css')
| -rw-r--r-- | public/css/risotto.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/public/css/risotto.css b/public/css/risotto.css index 3c2969d..dcb5a96 100644 --- a/public/css/risotto.css +++ b/public/css/risotto.css @@ -1,3 +1,4 @@ +@import 'colours.css'; @import 'typography.css'; @import 'layout.css'; @import 'header.css'; @@ -6,6 +7,6 @@ @import 'footer.css'; body { - background-color: var(--dark-bg); + background-color: var(--bg); color: var(--fg); } |
