tidy up themes

This commit is contained in:
btzr-io 2017-08-21 20:43:14 -06:00
parent 3c7f1761bb
commit a77a6495b0
2 changed files with 2 additions and 3 deletions

View file

@ -13,6 +13,7 @@
/* Text */
--text-color: #FFF;
--text-selection-bg: rgba(0,150,136, 0.95);
/* Input */
--input-bg: transparent;

View file

@ -1,6 +1,4 @@
:root {
/* Colors */
--color-primary: #155B4A;
--color-canvas: #f5f5f5;
--color-bg: #ffffff;
--color-bg-alt: #D9D9D9;
}