1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-21 06:09:43 +02:00

Transparent color scheme, preparing for custom backgrounds

This commit is contained in:
Maksim Eltyshev 2020-05-22 16:59:22 +05:00
parent 3a1929efba
commit 67dd13a11c
6 changed files with 25 additions and 16 deletions

View file

@ -2,8 +2,11 @@
background: none !important;
}
.item:hover {
background: hsla(0, 0%, 0%, 0.32) !important;
}
.logo {
background: #2d3035;
color: #fff !important;
flex: 0 0 auto;
font-size: 20px;
@ -20,7 +23,7 @@
}
.menu {
background: #2d3035 !important;
background: transparent !important;
border: none !important;
border-radius: 0 !important;
box-shadow: none !important;
@ -49,6 +52,7 @@
}
.wrapper {
background: hsla(0, 0%, 0%, 0.24);
display: flex;
flex: 0 0 auto;
}