mirror of
https://github.com/SigNoz/signoz.git
synced 2025-12-17 15:36:48 +00:00
feat: light-mode styles
This commit is contained in:
parent
32c300c2d2
commit
a11cd5cc3e
@ -123,6 +123,10 @@
|
|||||||
.edit-variable-button {
|
.edit-variable-button {
|
||||||
background: var(--bg-vanilla-300);
|
background: var(--bg-vanilla-300);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.apply-to-all-button {
|
||||||
|
background: var(--bg-vanilla-300);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -476,6 +476,18 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.default-value-section {
|
||||||
|
.default-value-description {
|
||||||
|
color: var(--bg-ink-400);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.dynamic-variable-section {
|
||||||
|
.typography-variables {
|
||||||
|
color: var(--bg-ink-400);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.variable-textbox-section {
|
.variable-textbox-section {
|
||||||
.typography-variables {
|
.typography-variables {
|
||||||
color: var(--bg-ink-400);
|
color: var(--bg-ink-400);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user