diff --git a/css/theme/latex.css b/css/theme/latex.css index 4b4e968..38965e0 100644 --- a/css/theme/latex.css +++ b/css/theme/latex.css @@ -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; diff --git a/css/theme/source/latex.scss b/css/theme/source/latex.scss index fed0a29..0918f35 100644 --- a/css/theme/source/latex.scss +++ b/css/theme/source/latex.scss @@ -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; diff --git a/sections/german/08/08.md b/sections/german/08/08.md index 33f30e0..4c60d17 100644 --- a/sections/german/08/08.md +++ b/sections/german/08/08.md @@ -1,6 +1,6 @@