Update 0BDFDB.raw.css

This commit is contained in:
Mirco Wittrien 2023-03-10 12:44:50 +01:00
parent 26e7a65e77
commit e2a5713e23
1 changed files with 5 additions and 2 deletions

View File

@ -778,8 +778,11 @@ img:not([src]), img[src=""], img[src="null"] {
padding: 0 10px;
margin-bottom: 10px;
}
[REPLACE_CLASS_settingstablecard][REPLACE_CLASS_cardprimaryoutline] {
border: 1px solid var(--background-tertiary);
[REPLACE_CLASS_themedark] [REPLACE_CLASS_settingstablecard][REPLACE_CLASS_cardprimaryoutline] {
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] {
display: flex;