фиксы, добавлены ссылки в футер

This commit is contained in:
DmitriyB
2022-07-27 16:04:48 +05:00
parent b9198b4fe9
commit ac5a8b6c76
4 changed files with 55 additions and 10 deletions
+9 -1
View File
@@ -63,8 +63,16 @@
background-color: #979797;
}
.contact-href {
.contact-href,
a {
color: #FFFFFF;
transition: .2s;
}
.contact-href:hover,
a:hover {
color: #CE56C2;
transition: .2s;
}
.contact-container {