Media list style text color improvement

This commit is contained in:
buddh4 2020-10-23 11:30:28 +02:00
parent 8a203afc11
commit 06b593f5c5
2 changed files with 6 additions and 2 deletions

View File

@ -10,7 +10,7 @@
font-size: 12px;
a {
color: @text-color-highlight;
color: @text-color-main;
}
}
@ -97,6 +97,10 @@
word-break: break-all;
}
strong {
color: @text-color-highlight;
}
h5 {
color: @text-color-soft2;
font-weight: 300;

File diff suppressed because one or more lines are too long