mirror of
https://github.com/smartyellow/status.git
synced 2025-01-18 13:37:59 +00:00
tile-bg
instead of dark
CSS var
Signed-off-by: Romein van Buren <romein@vburen.nl>
This commit is contained in:
parent
626381161d
commit
689e858228
@ -13,7 +13,7 @@
|
||||
<style>
|
||||
:global(html, body) {
|
||||
--radius: 10px;
|
||||
--dark: #181818;
|
||||
--tile-bg: #181818;
|
||||
|
||||
background-color: #000;
|
||||
color: #fff;
|
||||
|
@ -16,7 +16,7 @@
|
||||
<style>
|
||||
.tile {
|
||||
padding: 1rem;
|
||||
background-color: var(--dark);
|
||||
background-color: var(--tile-bg);
|
||||
border-radius: var(--radius);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user