Browse Source

Merge pull request #298 from Dulanic/develop

Update portainer-base.css
pull/296/head
GilbN 4 years ago
committed by GitHub
parent
commit
938ce32d12
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"); @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 */ /* Scrollbar */
@media only screen and (min-width: 768px) { @media only screen and (min-width: 768px) {
html { html {

Loading…
Cancel
Save