Merge branch 'fix/color-fg-bg' into 'develop'
Fix unusual U-A foreground/background color settings See merge request pleroma/admin-fe!71
This commit is contained in:
commit
c480850a7e
1 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,8 @@ body {
|
|||
-webkit-font-smoothing: antialiased;
|
||||
text-rendering: optimizeLegibility;
|
||||
font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif;
|
||||
background: #FFF;
|
||||
color: #000;
|
||||
}
|
||||
|
||||
label {
|
||||
|
|
Loading…
Reference in a new issue