mirror of
https://github.com/BrenBroZAYT/dashy.git
synced 2026-06-14 08:15:26 +00:00
💄 Creates configurable CSS variables for new config editor
This commit is contained in:
@@ -9,12 +9,12 @@ div.edit-mode-top-banner {
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
padding: 0.2rem 0;
|
||||
background: var(--primary);
|
||||
background: var(--interactive-editor-color);
|
||||
opacity: var(--dimming-factor);
|
||||
span {
|
||||
font-size: 1rem;
|
||||
font-weight: bold;
|
||||
color: var(--background);
|
||||
color: var(--interactive-editor-background);
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user