🐛 Removed non-existent variable
Refs. https://github.com/TryGhost/Casper/issues/676 - removed corresponding CSS declaration as the variable `--white` doesn't exist
This commit is contained in:
parent
aec67d8b5f
commit
09d701c4bc
3 changed files with 2 additions and 3 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -2165,7 +2165,6 @@ Usage (In Ghost editor):
|
|||
|
||||
.kg-bookmark-card {
|
||||
width: 100%;
|
||||
background: var(--white);
|
||||
}
|
||||
|
||||
.kg-card + .kg-bookmark-card {
|
||||
|
|
Loading…
Reference in a new issue