Normalize the CSS rgb function (#128)
This commit is contained in:
parent
2d8854ba74
commit
e47f73f772
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue