callmekass / pfSense-palenight

[DEPRECATED] A palenight inspired theme for pfSense and pfSense+
Apache License 2.0
35 stars 2 forks source link

OpenVPN Dashboard Panel Colors #2

Closed beornlake closed 1 year ago

beornlake commented 1 year ago

The OpenVPN dashboard sub-headers appear to be unchanged from the base pfSense theme and don't really blend well with the Palenight color scheme:

Screenshot 2023-04-06-104006

If we change this directive at line 601:

.widget .panel-heading {
  background-color: #757575;
}

to something like:

.widget .panel-heading {
  background-color: var(--active);
}

it ends up looking much nicer: Screenshot 2023-04-06-104751

callmekass commented 1 year ago

Thanks! I'll try to get this included later tonight