Files
sd-webui-toggle-dark-light/style.css
2024-07-12 17:33:01 +04:00

14 lines
272 B
CSS

.toggle-dark-mode {
font-family: monospace;
position: absolute;
background-color: transparent;
color: var(--button-secondary-text-color);
top: 10px;
right: 10px;
border: none;
cursor: pointer;
padding: 5px 10px;
font-size: 16px;
}