change color theme

This commit is contained in:
rox630 2020-12-15 12:46:25 +01:00
parent 697897d5c3
commit 2fa696c043
9 changed files with 217 additions and 31 deletions

View file

@ -5,12 +5,12 @@
.social-link a {
font-size: 1.5rem;
color: #3c4858;
color: #BC645F;
padding: 0.5rem;
}
.social-link a:hover {
color: #248aaa;
color: #d68b87;
transition: all 0.3s ease-in;
}