LinHanjiang's picture
Upload 259 files
74aacd5
raw
history blame contribute delete
278 Bytes
.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;
}
}
}