You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
.theme-switcher {
|
|
|
|
align-self: center;
|
|
|
|
margin-left: 0.5rem;
|
|
|
|
width: 1rem;
|
|
|
|
height: 1rem;
|
|
|
|
position: relative;
|
|
|
|
cursor: pointer;
|
|
|
|
-webkit-mask: var(--theme-switcher-svg);
|
|
|
|
background: var(--text-color);
|
|
|
|
}
|