Skip to content
Snippets Groups Projects
Commit c480850a authored by Maxim Filippov's avatar Maxim Filippov :new_moon_with_face:
Browse files

Merge branch 'fix/color-fg-bg' into 'develop'

Fix unusual U-A foreground/background color settings

See merge request !71
parents 3441a4b4 bd9b3620
No related branches found
No related tags found
No related merge requests found
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment