Added first bits of the dark theme styles

This commit is contained in:
Alejandro Celaya
2021-01-28 23:09:09 +01:00
committed by Alejandro Celaya
parent f35be007c1
commit 13c681dc39
7 changed files with 40 additions and 17 deletions

View File

@@ -4,7 +4,7 @@
.visits-table {
margin: 1.5rem 0 0;
position: relative;
background-color: white;
background-color: var(--primary-color);
overflow-y: hidden;
}