mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Merge pull request #5750 from walster001/main
Fix more contrasting issues
This commit is contained in:
commit
1f4bed38f7
1 changed files with 7 additions and 0 deletions
|
|
@ -3179,10 +3179,17 @@ THEME - Clean Dark
|
||||||
margin-top: 8px;
|
margin-top: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.board-color-cleandark.background-box {
|
||||||
|
background-color:#23232B;
|
||||||
|
} /*Fixes contrast issues with background box in theme selection list*/
|
||||||
/* ===============
|
/* ===============
|
||||||
THEME - Clean Light
|
THEME - Clean Light
|
||||||
=================*/
|
=================*/
|
||||||
/* Please note Clean Light theme elements also contain references to some cleandark theme elements so if unable to find code you're looking for under CleanDark it might be here. This should probably be cleaned up*/
|
/* Please note Clean Light theme elements also contain references to some cleandark theme elements so if unable to find code you're looking for under CleanDark it might be here. This should probably be cleaned up*/
|
||||||
|
.board-color-cleanlight.background-box {
|
||||||
|
background-color:#e0e0e0;
|
||||||
|
color:#010101!important;
|
||||||
|
} /*Fixes issues with text colour/background box being similar no contrast */
|
||||||
|
|
||||||
.board-color-cleanlight {
|
.board-color-cleanlight {
|
||||||
background: #E0E0E0;
|
background: #E0E0E0;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue