Fix front page icon color

This commit is contained in:
Kalle 2022-12-12 22:36:34 +02:00
parent 23e78f7033
commit aa12c224bd

View File

@ -25,6 +25,7 @@
border: none;
border-radius: 100%;
background-color: var(--bg-lighter);
color: var(--text);
place-items: center;
transition: all 0.2s ease-out;
}