74aacd5
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
.theme-toggle-ui { z-index: 10; transition: all 0.2s ease-in; user-select: none; .theme-btn { display: flex; justify-content: center; align-items: center; cursor: pointer; outline: none; svg { width: 22px; height: 22px; } } }