Update NavBar and Theme

This commit is contained in:
Le Van Duc 2023-09-20 06:45:05 +07:00
parent 3ac0a7c5d4
commit 88ea37adc7
3 changed files with 30 additions and 66 deletions

View file

@ -966,20 +966,18 @@ input::placeholder{
text-align: center;
}
#fa-icon-links:hover,
#fa-icon-links:active,
#fa-icon-links:hover #fa-icon,
#fa-icon-links:active #fa-icon {
color: $theme_color;
.nav-fa-icon {
i {
margin-right: 0.1em;
color: #000;
font-size: 22.5px;
}
}
#fa-icon {
margin-right: 0.1em;
color: #000;
font-size:22.5px;
}
#fa-icon-active {
margin-right: 0.1em;
color: $theme_color;
font-size:22.5px;
.nav-fa-icon-active {
i {
color: $theme_color;
font-size: 22.5px;
margin-right: 0.1em;
}
}

BIN
resources/icons/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 782 KiB