mirror of
https://github.com/plankanban/planka.git
synced 2025-12-26 01:11:58 +03:00
Transparent color scheme, preparing for custom backgrounds
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user