1
0
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:
Cotes Chung 2020-09-14 20:29:04 +08:00
parent 2d8854ba74
commit e47f73f772

View File

@ -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%);