1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-23 15:19:44 +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 746e2fe790
commit efd4de4000
6 changed files with 25 additions and 16 deletions

View file

@ -1,6 +1,7 @@
.addUser {
background: #2c3035 !important;
background: hsla(0, 0%, 0%, 0.24) !important;
border-radius: 50% !important;
box-shadow: none !important;
color: #fff !important;
line-height: 36px !important;
margin: 0 !important;
@ -11,7 +12,7 @@
}
.addUser:hover {
background: #4b4f53;
background: hsla(0, 0%, 0%, 0.32) !important;
}
.header {
@ -21,6 +22,7 @@
.name {
background: transparent !important;
box-shadow: none !important;
color: #fff !important;
display: inline-block !important;
font-size: 32px !important;
@ -44,8 +46,9 @@
}
.wrapper {
background: hsla(0, 0%, 0%, 0.08);
display: flex;
flex-direction: column;
height: 100%;
margin: 0 20px;
padding: 0 20px;
}