diff --git a/src/front-end/styles/index.less b/src/front-end/styles/index.less index 38b0cee..095308c 100644 --- a/src/front-end/styles/index.less +++ b/src/front-end/styles/index.less @@ -22,9 +22,9 @@ body.dm { --color-bg-secondary: #ccc; --color-bg: #666; --color-fg-secondary: #000; - --color-fg-subtle: #999; - --color-fg: #ccc; - --color-link: #c0c; + --color-fg-subtle: #aaa; + --color-fg: #eee; + --color-link: #f5f; --color-outline: #fff; }