mirror of
https://gitea.smigz.com/smiggiddy/odin-codeprojects.git
synced 2024-12-26 06:20:42 -05:00
feat: add color scheme
This commit is contained in:
parent
1a70958fc3
commit
2dd6272380
1 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
|||
:root {
|
||||
--main-bg: #C4DFDF;
|
||||
--light-bg: #F8F6F4;
|
||||
}
|
||||
|
||||
|
||||
.container {
|
||||
justify-content: center;
|
||||
display: flex;
|
||||
|
@ -5,6 +11,7 @@
|
|||
align-content: center;
|
||||
height: 100vh;
|
||||
margin: 0;
|
||||
background-color: var(--light-bg);
|
||||
}
|
||||
|
||||
/* .sidebar {
|
||||
|
|
Loading…
Reference in a new issue