changes to the layout

This commit is contained in:
Belen Curcio
2020-10-13 11:43:06 -03:00
parent 30a8677816
commit 038d02acc2
11 changed files with 132 additions and 91 deletions

View File

@@ -3,15 +3,27 @@
:root {
--bg-primary: white;
--bg-secondary: black;
--bg-primary-accent: rgba(0, 0, 0, 0.075);
--text-primary: black;
--text-secondary: #252f3f;
--text-secondary: white;
--text-default: #252f3f;
}
[data-theme='dark'] {
--bg-primary: black;
--bg-secondary: white;
--bg-primary-accent: rgba(255, 255, 255, 0.075);
--text-primary: white;
--text-secondary: white;
--text-secondary: black;
--text-default: white;
}
.fit {
min-height: calc(100vh - 200px);
}
*,