mirror of
https://github.com/light-and-ray/sd-webui-toggle-dark-light.git
synced 2026-01-26 11:19:47 +00:00
14 lines
272 B
CSS
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;
|
|
}
|