From f049c5fb83a7facbfc5c2471cca03a15bb0e5728 Mon Sep 17 00:00:00 2001 From: Benjamin Date: Sun, 5 Feb 2023 18:52:46 +0100 Subject: [PATCH] CV: horizontal line below h2 --- cv.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/cv.html b/cv.html index 7d92db5..f66a9e5 100644 --- a/cv.html +++ b/cv.html @@ -54,6 +54,12 @@ text-decoration: none; } + h2 { + border-bottom-width: 1px; + border-bottom-color: var(--color); + border-bottom-style: solid; + } + section#publications span.journal, section#conferences span.conference { font-style: italic;