mirror of
https://github.com/smartyellow/status.git
synced 2025-01-18 21:47:58 +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>
|
<style>
|
||||||
:global(html, body) {
|
:global(html, body) {
|
||||||
--radius: 10px;
|
--radius: 10px;
|
||||||
--dark: #181818;
|
--tile-bg: #181818;
|
||||||
|
|
||||||
background-color: #000;
|
background-color: #000;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
<style>
|
<style>
|
||||||
.tile {
|
.tile {
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
background-color: var(--dark);
|
background-color: var(--tile-bg);
|
||||||
border-radius: var(--radius);
|
border-radius: var(--radius);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user