diff --git a/layouts/partials/custom_head.html b/layouts/partials/custom_head.html index 459d59c..2ce3d55 100644 --- a/layouts/partials/custom_head.html +++ b/layouts/partials/custom_head.html @@ -145,6 +145,13 @@ h5 { } +.highlight { + background-color: #fff7; + padding: 0.4em; + border: 2px dotted var(--ve-light-violett); + hyphens: none; +} + a:hover {color: var(--ve-heavy-violett);}