mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-20 04:38:55 +00:00
* Fix issue #9534 - changed the character-name from $white to $header-dark-background * changes to #9534 - changed character-name color from -dark-background to -color. * character-name color is back to #9534 * changed character-name color to -200 * Changed colors for character name and level details #9534
This commit is contained in:
parent
d4bc7c77a9
commit
7caf211bec
1 changed files with 8 additions and 0 deletions
|
|
@ -42,6 +42,14 @@ div
|
|||
color: #4f2a93;
|
||||
}
|
||||
|
||||
h3 {
|
||||
color: #4e4a57;
|
||||
}
|
||||
|
||||
span {
|
||||
color: #878190;
|
||||
}
|
||||
|
||||
.actions {
|
||||
padding-top: 5em;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue