anpassung transition + scale effect
This commit is contained in:
parent
60af1fd095
commit
e0280193dc
1 changed files with 5 additions and 1 deletions
|
|
@ -136,6 +136,10 @@ body.dark footer a:hover {
|
|||
color: #ffffff;
|
||||
}
|
||||
|
||||
body.dark #dark-mode-toggle {
|
||||
transform: scale(1.05);
|
||||
}
|
||||
|
||||
/* Button-Styling */
|
||||
#dark-mode-toggle {
|
||||
padding: 0.6rem 1rem;
|
||||
|
|
@ -149,7 +153,7 @@ body.dark footer a:hover {
|
|||
font-weight: 500;
|
||||
letter-spacing: 0.08em;
|
||||
text-transform: uppercase;
|
||||
transition: all 0.2s ease;
|
||||
transition: all 0.25s ease;
|
||||
}
|
||||
|
||||
#dark-mode-toggle:hover {
|
||||
|
|
|
|||
Loading…
Reference in a new issue