Added brand color and input styles to dark theme

This commit is contained in:
Alejandro Celaya
2021-02-15 23:45:13 +01:00
committed by Alejandro Celaya
parent 53f16ac8b5
commit f313a39b81
13 changed files with 152 additions and 73 deletions

View File

@@ -3,5 +3,5 @@
bottom: 0;
background-color: var(--primary-color-alfa);
padding: .75rem 0;
border-top: 1px solid rgba(black, .125);
border-top: 1px solid var(--border-color);
}