mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 02:54:15 +00:00
use color
This commit is contained in:
parent
e85500a00f
commit
779e9c763a
@ -5,6 +5,11 @@
|
|||||||
.card {
|
.card {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
color: var(--background-color-contrast);
|
||||||
|
|
||||||
|
h1,h2,h3,h4,h5,h6,span {
|
||||||
|
color: var(--background-color-contrast);
|
||||||
|
}
|
||||||
|
|
||||||
.header {
|
.header {
|
||||||
position: relative;
|
position: relative;
|
||||||
@ -16,8 +21,9 @@
|
|||||||
padding: 12px;
|
padding: 12px;
|
||||||
|
|
||||||
font-family: "Roboto Mono", monospace;
|
font-family: "Roboto Mono", monospace;
|
||||||
color: #333;
|
//color: #333;
|
||||||
|
color: var(--background-color-contrast);
|
||||||
|
|
||||||
border: 1px solid @borderColor;
|
border: 1px solid @borderColor;
|
||||||
border-radius: @borderRadius;
|
border-radius: @borderRadius;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user