Browse Source

Update portainer-base.css

Fixed container inspect colors
pull/298/head
Dulanic 3 years ago
committed by GitHub
parent
commit
c63ba9b7c9
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      css/base/portainer/portainer-base.css

5
css/base/portainer/portainer-base.css

@ -12,6 +12,11 @@
@import url("https://theme-park.dev/css/defaults/placeholders.css");
:root {
--text-json-tree-branch-preview-color: #eee;
--text-json-tree-leaf-color: #eee;
}
/* Scrollbar */
@media only screen and (min-width: 768px) {
html {

Loading…
Cancel
Save