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