mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2025-06-07 16:17:50 +00:00
Normalize the CSS rgb function (#128)
This commit is contained in:
parent
2d8854ba74
commit
e47f73f772
@ -81,7 +81,7 @@
|
||||
--timeline-year-dot-color: var(--timeline-color);
|
||||
|
||||
/* Footer */
|
||||
--footer-link: rgb(171 171 171);
|
||||
--footer-link: rgb(171, 171, 171);
|
||||
|
||||
.post-content img {
|
||||
filter: brightness(90%);
|
||||
|
Loading…
x
Reference in New Issue
Block a user