Me cambie a material darker

This commit is contained in:
Daniel Cortés
2019-06-15 23:58:17 -04:00
parent 5f5248c0c5
commit 1b9807653f

View File

@@ -1,9 +1,9 @@
:root { :root {
--bg-color: #282a36; --bg-color: #212121;
--fg-color: #e2e4e5; --fg-color: #EEFFFF;
--b1-color: #ff9f43; --b3-color: #89DDFF;
--b2-color: #ff5c57; --b2-color: #FFCB6B;
--b3-color: #e2e4e5; --b1-color: #FF5370;
} }
body { body {
background: var(--bg-color); background: var(--bg-color);