1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Hardcode the accent colour to the Lens Blue

This commit is contained in:
Steve Richards 2020-10-30 19:48:20 +00:00
parent 8d91a7f1fb
commit 13ba557bc6

View File

@ -1,5 +1,6 @@
:root { :root {
--md-primary-fg-color: #3d90ce; --md-primary-fg-color: #3d90ce;
--md-accent-fg-color: #3d90ce;
} }
:root > * { :root > * {