mirror of
https://github.com/pi-hole/web.git
synced 2025-12-24 20:55:28 +00:00
default-dark.css: don't use 8-digit hex color
Signed-off-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
@@ -514,7 +514,7 @@ fieldset[disabled] .form-control {
|
||||
.box .overlay,
|
||||
.overlay-wrapper .overlay {
|
||||
z-index: 50;
|
||||
background-color: #353c42bb;
|
||||
background-color: rgba(53, 60, 66, 0.733);
|
||||
border-radius: 3px;
|
||||
}
|
||||
.box .overlay > .fa,
|
||||
|
||||
Reference in New Issue
Block a user