more changes

This commit is contained in:
2022-08-04 18:50:02 +03:00
parent d257749a9d
commit 916e21694c
8 changed files with 201 additions and 89 deletions

View File

@@ -128,15 +128,14 @@
height: 23px;
}
.web:hover {
background-color: var(--accent-tertiary);
color: var(--secondary) !important;
.web {
transition: all 0.5s;
}
.web:active {
background-color: var(--accent-primary);
transition: all 0.5s;
.web:hover {
background-color: var(--accent-tertiary);
color: var(--secondary) !important;
}
.socials {