mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-11-05 01:45:14 +00:00
React
This commit is contained in:
15
frontend/src/components/ThemeSwitcher.module.css
Normal file
15
frontend/src/components/ThemeSwitcher.module.css
Normal file
@@ -0,0 +1,15 @@
|
||||
.darkBtn {
|
||||
color: var(--tblr-light) !important;
|
||||
&:hover {
|
||||
border: var(--tblr-btn-border-width) solid transparent !important;
|
||||
background: color-mix(in srgb, var(--tblr-btn-hover-bg) 10%, transparent) !important;
|
||||
}
|
||||
}
|
||||
|
||||
.lightBtn {
|
||||
color: var(--tblr-dark) !important;
|
||||
&:hover {
|
||||
border: var(--tblr-btn-border-width) solid transparent !important;
|
||||
background: color-mix(in srgb, var(--tblr-btn-hover-bg) 10%, transparent) !important;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user