Add color bar to theme

This commit is contained in:
Garrett Mills 2023-01-15 20:22:05 -06:00
parent 3e3ce01bc5
commit ac3d58f207
2 changed files with 16 additions and 2 deletions

View File

@ -143,6 +143,14 @@ body {
padding: 0;
overflow-x: hidden;
}
.color-chips {
display: flex;
flex-direction: row;
}
.color-chips .chip {
min-height: 10px;
flex: 1;
}
section {
/*min-height: 100vh;*/
z-index: 100;
@ -456,14 +464,15 @@ footer .auth-container .profile {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
margin-top: 150px;
justify-content: end;
margin-top: -10px;
}
.hero-box {
border: 2px solid var(--c-box);
padding: 0 20px;
text-align: center;
background-color: var(--c-background-offset);
margin-bottom: 120px;
}
.hero h1 {
font-weight: 300;

View File

@ -28,6 +28,11 @@ head
link(rel='shortcut icon' href=asset('favicon/favicon.ico'))
body
.color-chips
.chip(style="background-color: var(--c-line-1)")
.chip(style="background-color: var(--c-line-2)")
.chip(style="background-color: var(--c-line-3)")
block content
footer