1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-09-17 14:22:24 +02:00

organizr: more color work

This commit is contained in:
gilbN 2019-06-13 19:54:37 +02:00
parent ebd2c826ea
commit fdf88b51da
2 changed files with 10 additions and 4 deletions

View File

@ -66,8 +66,8 @@
background: rgba(0, 0, 0, 0.15);
}
.content-wrap, .bg-org {
background: rgba(0, 0, 0, 0.15) !important;
}
background: var(--main-bg-color) !important;
}
.panel-blue .panel-heading, .panel-info .panel-heading {
border-color: #ffffff;
color: #fff;
@ -76,6 +76,9 @@
.panel {
background: transparent;
}
.panel-body {
background: rgba(0, 0, 0, 0.15);
}
.nav-tabs>li>a:hover {
background: rgba(0, 0, 0, 0.15);
}

View File

@ -66,8 +66,8 @@
background: rgba(0, 0, 0, 0.15);
}
.content-wrap, .bg-org {
background: rgba(0, 0, 0, 0.15) !important;
}
background: var(--main-bg-color) !important;
}
.panel-blue .panel-heading, .panel-info .panel-heading {
border-color: #ffffff;
color: #fff;
@ -76,6 +76,9 @@
.panel {
background: transparent;
}
.panel-body {
background: rgba(0, 0, 0, 0.15);
}
.nav-tabs>li>a:hover {
background: rgba(0, 0, 0, 0.15);
}