Merge branch 'master' of https://git.wiai.de/latex/latex-wochenende
This commit is contained in:
commit
be378b5b48
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
<div class="layout-content-only">
|
||||
<div class="layout-content">
|
||||
<h1>Aufzählungen</h1>
|
||||
<h1>📜<br/>Aufzählungen</h1>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@ -1,4 +1,8 @@
|
||||
TODO: Listings
|
||||
<div class="layout-content-only">
|
||||
<div class="layout-content">
|
||||
<h1>🖥️<br/>Code-Listings</h1>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
---
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user