Skip to content
Snippets Groups Projects
Commit 586c7ef5 authored by stuebinm's avatar stuebinm
Browse files

divoc: server output should follow styleguide

parent 744e19db
Branches
No related tags found
No related merge requests found
File added
File added
@font-face {
font-family: Ubuntu;
src: url(/Ubuntu-R.ttf);
}
@font-face {
font-family: Genos-divoc;
src: url(/Genos-VariableFont_wght.ttf);
}
body { body {
background-color: olivedrab background-color: #57c0a2;
font-family: Ubuntu, sans-serif;
} }
.main-content { .main-content {
...@@ -11,7 +22,7 @@ body { ...@@ -11,7 +22,7 @@ body {
margin-top: 10em; margin-top: 10em;
margin-bottom: 5em; margin-bottom: 5em;
max-width: 50em; max-width: 50em;
background-color: white; background-color: #ffebd8;
} }
a { a {
...@@ -22,3 +33,53 @@ a { ...@@ -22,3 +33,53 @@ a {
width: 100%; width: 100%;
height: 15em; height: 15em;
} }
h1,h2,h3 {
font-family: Genos-divoc, sans-serif;
font-weight: 600;
}
h1 {
font-size: 5rem;
}
h2 {
font-size: 3.7rem;
}
h3 {
font-size: 2rem;
}
h4{
color: #9945c5;
}
.badge-info {
background-color: #62c1a6;
color: black;
}
.badge-warning {
background-color: #fdbe4b;
color: black;
}
.badge-danger {
background-color: #ea4a72;
color: black;
}
.text-muted {
color: #222 !important;
}
@media (prefers-color-scheme: dark) {
body {
background-color: #0e0e0f;
}
.main-content {
background-color: #241b2b;
color: #ffebd8;
}
.text-muted {
color: #a74db7 !important;
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment