mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
Fix minicard description text color to black, so that it is visible at light grey background.
Thanks to xet7 !
This commit is contained in:
parent
d11082385f
commit
ab944e51c7
1 changed files with 1 additions and 0 deletions
|
|
@ -265,6 +265,7 @@
|
||||||
}
|
}
|
||||||
.minicard .minicard-description {
|
.minicard .minicard-description {
|
||||||
padding: 6px 0 0 8px;
|
padding: 6px 0 0 8px;
|
||||||
|
color: #000;
|
||||||
background-color: #eee;
|
background-color: #eee;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-bottom: 2px;
|
margin-bottom: 2px;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue