Update 0BDFDB.raw.css
This commit is contained in:
parent
26e7a65e77
commit
e2a5713e23
|
@ -778,8 +778,11 @@ img:not([src]), img[src=""], img[src="null"] {
|
||||||
padding: 0 10px;
|
padding: 0 10px;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
[REPLACE_CLASS_settingstablecard][REPLACE_CLASS_cardprimaryoutline] {
|
[REPLACE_CLASS_themedark] [REPLACE_CLASS_settingstablecard][REPLACE_CLASS_cardprimaryoutline] {
|
||||||
border: 1px solid var(--background-tertiary);
|
border: 1px solid var(--primary-400, --background-tertiary);
|
||||||
|
}
|
||||||
|
[REPLACE_CLASS_themelight] [REPLACE_CLASS_settingstablecard][REPLACE_CLASS_cardprimaryoutline] {
|
||||||
|
border: 1px solid var(--primary-300, --background-tertiary);
|
||||||
}
|
}
|
||||||
[REPLACE_CLASS_settingstablecardlabel] {
|
[REPLACE_CLASS_settingstablecardlabel] {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
Loading…
Reference in New Issue