This commit is contained in:
Amma 2019-05-06 18:48:22 +02:00
commit be378b5b48
4 changed files with 10 additions and 2 deletions

View File

@ -14,6 +14,7 @@ section {
--primary-dark: #928c1b;
--secondary: #bbd6ec;
--secondary-dark: #3f5d75;
--secondary-light: #eaf2f9;
--margin: 0.1; }
/* basic layout */
@ -326,6 +327,7 @@ h1 {
h2 {
line-height: 1.2; }
p[data-category]::before,
h2[data-category]::before {
content: attr(data-category);
font-size: .7em;

View File

@ -14,6 +14,7 @@ section {
--primary-dark: #928c1b;
--secondary: #bbd6ec;
--secondary-dark: #3f5d75;
--secondary-light: #eaf2f9;
--margin: 0.1;
}
@ -410,6 +411,7 @@ h2 {
line-height: 1.2;
}
p[data-category]::before,
h2[data-category]::before {
content: attr(data-category);
font-size: .7em;

View File

@ -1,6 +1,6 @@
<div class="layout-content-only">
<div class="layout-content">
<h1>Aufzählungen</h1>
<h1>📜<br/>Aufzählungen</h1>
</div>
</div>

View File

@ -1,4 +1,8 @@
TODO: Listings
<div class="layout-content-only">
<div class="layout-content">
<h1>🖥️<br/>Code-Listings</h1>
</div>
</div>
---