mirror of
https://github.com/KevinMidboe/schleppe-lab.git
synced 2025-10-29 01:30:39 +00:00
Update headers with new font and color theme
This commit is contained in:
@@ -23,6 +23,7 @@
|
|||||||
<a class="page-link" href="{{ my_page.url | relative_url }}">{{ my_page.title | escape }}</a>
|
<a class="page-link" href="{{ my_page.url | relative_url }}">{{ my_page.title | escape }}</a>
|
||||||
{%- endif -%}
|
{%- endif -%}
|
||||||
{%- endfor -%}
|
{%- endfor -%}
|
||||||
|
<a class="page-link" href="https://wiki.schleppe.cloud">Wiki</a>
|
||||||
</div>
|
</div>
|
||||||
</nav>
|
</nav>
|
||||||
{%- endif -%}
|
{%- endif -%}
|
||||||
|
|||||||
@@ -127,7 +127,8 @@ figure.fullwidth {
|
|||||||
|
|
||||||
.post-title {
|
.post-title {
|
||||||
--border: 3px dotted var(--brand-color);
|
--border: 3px dotted var(--brand-color);
|
||||||
font-size: 2em;
|
font-family: "Post title font";
|
||||||
|
font-size: 4em;
|
||||||
color: var(--brand-color);
|
color: var(--brand-color);
|
||||||
border-bottom: var(--border);
|
border-bottom: var(--border);
|
||||||
letter-spacing: -1px;
|
letter-spacing: -1px;
|
||||||
@@ -156,6 +157,9 @@ figure.fullwidth {
|
|||||||
h2,
|
h2,
|
||||||
h3,
|
h3,
|
||||||
h4 {
|
h4 {
|
||||||
|
font-family: "Post title font";
|
||||||
|
color: rgba(8,76,207,.5);
|
||||||
|
|
||||||
a {
|
a {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
transition: opacity 0.15s ease;
|
transition: opacity 0.15s ease;
|
||||||
@@ -170,6 +174,14 @@ figure.fullwidth {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h1 {
|
||||||
|
@include relative-font-size(2);
|
||||||
|
|
||||||
|
@include media-query($on-laptop) {
|
||||||
|
@include relative-font-size(1.75);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
@include relative-font-size(2);
|
@include relative-font-size(2);
|
||||||
|
|
||||||
|
|||||||
@@ -8,9 +8,5 @@
|
|||||||
margin-left: 1.25em;
|
margin-left: 1.25em;
|
||||||
color: var(--brand-color);
|
color: var(--brand-color);
|
||||||
list-style-type: square;
|
list-style-type: square;
|
||||||
|
|
||||||
li a {
|
|
||||||
color: white;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -15,10 +15,6 @@
|
|||||||
font-family: "Post title font";
|
font-family: "Post title font";
|
||||||
src: url("/assets/fonts/font-title.woff2");
|
src: url("/assets/fonts/font-title.woff2");
|
||||||
}
|
}
|
||||||
@font-face {
|
|
||||||
font-family: "Post subtitle font";
|
|
||||||
src: url("/assets/fonts/font-subtitle.woff2");
|
|
||||||
}
|
|
||||||
|
|
||||||
$text-color: #4B5361;
|
$text-color: #4B5361;
|
||||||
$background-color: #F6F5EF;
|
$background-color: #F6F5EF;
|
||||||
|
|||||||
Reference in New Issue
Block a user