mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-11 03:24:16 +00:00
format
This commit is contained in:
parent
c5a020a899
commit
9175befcfc
@ -2,11 +2,17 @@ div {
|
||||
color: var(--text-color);
|
||||
}
|
||||
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
color: var(--header-text-color);
|
||||
}
|
||||
|
||||
a, p {
|
||||
a,
|
||||
p {
|
||||
color: var(--text-color);
|
||||
}
|
||||
|
||||
@ -22,7 +28,9 @@ svg:not(.ant-tag *) {
|
||||
color: var(--svg-color);
|
||||
}
|
||||
|
||||
input, .ant-input-affix-wrapper, .ant-input {
|
||||
input,
|
||||
.ant-input-affix-wrapper,
|
||||
.ant-input {
|
||||
color: var(--text-color) !important;
|
||||
background-color: var(--background-color-accent);
|
||||
}
|
||||
@ -41,7 +49,10 @@ tr {
|
||||
background-color: var(--background-color-accent) !important;
|
||||
}
|
||||
|
||||
.ant-table, .ant-table-content, .ant-table-thead, .ant-table-cell {
|
||||
.ant-table,
|
||||
.ant-table-content,
|
||||
.ant-table-thead,
|
||||
.ant-table-cell {
|
||||
background-color: var(--background-color-accent);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user