Update themes/hugo-scroll/static/css/screen.css
All checks were successful
website / prod-build (push) Successful in 5s

This commit is contained in:
Lillet Berthold 2023-08-04 14:15:45 +02:00
parent 5fede966cd
commit 176ea31206

@ -91,7 +91,7 @@ body {
height: 100%; height: 100%;
max-height: 100%; max-height: 100%;
/*font-family: 'Droid Serif', serif;*/ /*font-family: 'Droid Serif', serif;*/
font-family: "Roboto Slab", serif; font-family: "Comfortaa", serif;
font-size: 2rem; font-size: 2rem;
line-height: 1.6em; line-height: 1.6em;
color: #3a4145; color: #3a4145;
@ -129,7 +129,7 @@ h6 {
line-height: 1; line-height: 1;
margin-top: 0; margin-top: 0;
margin-bottom: 10px; margin-bottom: 10px;
font-family: "Open Sans", sans-serif; font-family: "Comfortaa", sans-serif;
} }
h3, h3,
h4, h4,
@ -138,7 +138,7 @@ h6 {
text-rendering: optimizeLegibility; text-rendering: optimizeLegibility;
line-height: 120%; line-height: 120%;
margin-top: 0; margin-top: 0;
font-family: "Open Sans", sans-serif; font-family: "Comfortaa", sans-serif;
margin-bottom: 0%; margin-bottom: 0%;
} }
@ -198,13 +198,13 @@ a.btn {
position: relative; position: relative;
margin-top: 2rem; margin-top: 2rem;
cursor: pointer; cursor: pointer;
font-family: "Oswald", sans-serif; font-family: "Comfortaa", sans-serif;
text-transform: uppercase; text-transform: uppercase;
font-weight: lighter; font-weight: lighter;
} }
a.btn:hover { a.btn:hover {
background: #86c440; background: #ffb84c;
} }
#header-arrow { #header-arrow {
@ -322,7 +322,7 @@ mark {
code, code,
tt { tt {
padding: 3px 5px; padding: 3px 5px;
font-family: Inconsolata, monospace, sans-serif; font-family: "Inconsolata", monospace, sans-serif;
font-size: 0.75em; font-size: 0.75em;
/*white-space: pre;*/ /*white-space: pre;*/
border: 1px solid #e3edf3; border: 1px solid #e3edf3;
@ -510,14 +510,14 @@ ul li {
font-size: 2.5rem; font-size: 2.5rem;
line-height: 1.5em; line-height: 1.5em;
font-weight: 400; font-weight: 400;
font-family: "Roboto Slab", serif; font-family: "Comfortaa", serif;
letter-spacing: 0; letter-spacing: 0;
} }
.post-holder { .post-holder {
width: 100%; width: 100%;
height: 100%; height: 100%;
background: #f2efe8; background: #f5eaea;
position: relative; position: relative;
} }
.post-holder.odd { .post-holder.odd {
@ -548,7 +548,7 @@ ul li {
top: 40px; top: 40px;
left: 2%; left: 2%;
z-index: 99999; z-index: 99999;
font-family: "Open Sans Condensed", sans-serif; font-family: "Comfortaa", sans-serif;
text-transform: uppercase; text-transform: uppercase;
font-size: 1.5rem; font-size: 1.5rem;
line-height: 130%; line-height: 130%;
@ -603,7 +603,7 @@ a.fn-item.active {
.post-meta { .post-meta {
display: inline-block; display: inline-block;
margin: 0 0 5px 0; margin: 0 0 5px 0;
font-family: "Open Sans", sans-serif; font-family: "Comfortaa", sans-serif;
font-size: 1.5rem; font-size: 1.5rem;
color: #9eabb3; color: #9eabb3;
} }
@ -760,7 +760,7 @@ a.fn-item.active {
width: 80%; width: 80%;
max-width: 700px; max-width: 700px;
margin: 4rem auto; margin: 4rem auto;
font-family: "Open Sans", sans-serif; font-family: "Comfortaa", sans-serif;
font-size: 1.3rem; font-size: 1.3rem;
color: #9eabb3; color: #9eabb3;
text-align: center; text-align: center;
@ -808,7 +808,7 @@ a.fn-item.active {
position: relative; position: relative;
margin: 0rem 0 0 0; margin: 0rem 0 0 0;
padding: 1rem 0; padding: 1rem 0;
font-family: "Open Sans", sans-serif; font-family: "Comfortaa", sans-serif;
font-size: 1.3rem; font-size: 1.3rem;
line-height: 1.5em; line-height: 1.5em;
color: #bbc7cc; color: #bbc7cc;