Update screen.css (#735)

Fix instance of color() to color-mod()
This commit is contained in:
Yannick Reekmans 2020-10-03 06:17:29 +02:00 committed by GitHub
parent cb674ab56c
commit 9d12bc32f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3004,7 +3004,7 @@ Usage (In Ghost editor):
}
.post-full-content hr:after {
background: color(var(--darkmode) l(+8%));
background: color-mod(var(--darkmode) l(+8%));
box-shadow: var(--darkmode) 0 0 0 5px;
}