This commit is contained in:
Lamprecht 2019-05-06 14:03:10 +02:00
commit c05a2067bf
4 changed files with 39 additions and 1 deletions

View File

@ -407,3 +407,15 @@ blockquote {
section > h1, section > h2, section > h3, section > p, section > ul {
background: var(--primary); }
/*
* Keyboard Shortcut Styling
* =========================
*/
kbd {
font-family: "Fira Code", monospace !important;
font-size: 65% !important;
display: inline-block;
border: 1px solid white !important;
border-width: 1px 5px 5px 1px !important;
padding: .2rem .5rem !important; }

View File

@ -511,3 +511,16 @@ blockquote {
section>h1, section>h2, section>h3, section>p, section>ul {
background: var(--primary)
}
/*
* Keyboard Shortcut Styling
* =========================
*/
kbd {
font-family: "Fira Code", monospace !important;
font-size: 65% !important;
display: inline-block;
border: 1px solid white !important;
border-width: 1px 5px 5px 1px !important;
padding: .2rem .5rem !important;
}

View File

@ -1,6 +1,6 @@
<div class="layout-content-only">
<div class="layout-content">
<h1>Ausblick</h1>
<h1>Ausblick 🔭</h1>
</div>
</div>
@ -15,3 +15,16 @@ Weitere Umgebungen
* Konstituentenbäume
* Abhängigkeitsbäume
* Indizes
---
<div class="layout-content-and-preview">
<div class="layout-content">
<h2><a href="https://www.overleaf.com">Overleaf</a></h2>
<p>Ein Online-LaTeX-Editor, der das kollaboratives Arbeiten an Dokumenten ermöglicht.</p>
<p>Außerdem findest du auf der Seite unter <a href="https://www.overleaf.com/templates">Templates</a> LaTeX-Vorlagen für viele Gelegenheiten (Lebenslauf, Abschlussarbeiten, ...)
</div>
<div class="layout-preview">
<img src="sections/german/07/overleaf.png">
</div>
</div>

Binary file not shown.

After

Width:  |  Height:  |  Size: 119 KiB