diff options
author | João Augusto Costa Branco Marado Torres <torres.dev@disroot.org> | 2025-07-27 18:49:34 -0300 |
---|---|---|
committer | João Augusto Costa Branco Marado Torres <torres.dev@disroot.org> | 2025-07-27 18:49:34 -0300 |
commit | 487d5ef7d48c0dcb4acde9fa950623fcb9b53382 (patch) | |
tree | 01b0129644a7164be8c25900f99391eb4c6b3fe2 | |
parent | bd27bbb073465be77e4e752e6bf9bc4cf5e84c60 (diff) |
fix: background color
Signed-off-by: João Augusto Costa Branco Marado Torres <torres.dev@disroot.org>
-rw-r--r-- | src/pages/index.astro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pages/index.astro b/src/pages/index.astro index baadbc7..03543e4 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -118,6 +118,7 @@ const micro = await fromPosts( width: 50svw; margin-inline-start: calc(var(--size-2) * 1em); margin-block-end: calc(var(--size-2) * 1em); + background-color: var(--color-background); } } </style> |