update to settings page css

This commit is contained in:
booploops 2022-03-23 22:23:10 -07:00
parent 30feff6dc6
commit c238591d6c
2 changed files with 8 additions and 7 deletions

View file

@ -2414,10 +2414,10 @@ fieldset:disabled .btn {
border-radius: 50px;
color: #eee;
-webkit-user-drag: none;
transition: transform .35s var(--appleEase), background-color .35s var(--appleEase);
// transition: transform .35s var(--appleEase), background-color .35s var(--appleEase);
font-weight: 500;
&:hover {
transition: transform .35s var(--appleEase), background-color 0s var(--appleEase);
// transition: transform .35s var(--appleEase), background-color 0s var(--appleEase);
background-color: var(--hover);
}
}
@ -2425,6 +2425,7 @@ fieldset:disabled .btn {
.nav-pills .show > .nav-link {
color: #fff;
background-color: var(--selected);
outline:2px solid var(--keyColor);
}
.nav-fill > .nav-link,