This commit is contained in:
Jerry
2021-04-30 14:08:06 +03:00
parent b0e559d7a6
commit 4dc294e740
7 changed files with 14 additions and 6 deletions

View File

@@ -129,6 +129,10 @@ header {
header .sign-block .button.mp-top-left:hover {
color: #fff;
opacity: 0.7; }
header .sign-block .signed-user-block .dropdown-menu .profile-with-warning .email-confirm-link {
background: #134d94; }
header .sign-block .signed-user-block .dropdown-menu .profile-with-warning .email-confirm-link:hover {
background: #1965c1; }
header .mobile-menu .btn-toggle-menu {
color: #333;
text-shadow: none; }

File diff suppressed because one or more lines are too long

View File

@@ -178,6 +178,10 @@ header {
header .sign-block .button.mp-top-left:hover {
color: #fff;
opacity: 0.7; }
header .sign-block .signed-user-block .dropdown-menu .profile-with-warning .email-confirm-link {
background: #134d94; }
header .sign-block .signed-user-block .dropdown-menu .profile-with-warning .email-confirm-link:hover {
background: #1965c1; }
header .mobile-menu .btn-toggle-menu {
color: #333;
text-shadow: none; }

File diff suppressed because one or more lines are too long