From 398ddea36f1ff6f6309e2f26848d94663ab88a24 Mon Sep 17 00:00:00 2001 From: Lyn Fugmann Date: Fri, 4 Oct 2024 20:43:09 +0200 Subject: [PATCH] add annotation styles to timetables page --- _includes/timetables.css | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/_includes/timetables.css b/_includes/timetables.css index e4a501c..60b3661 100644 --- a/_includes/timetables.css +++ b/_includes/timetables.css @@ -33,3 +33,20 @@ right: 0; border-bottom: 1px dotted rgba(0,0,0,0.5); } + +.annotation { + background-color: rgba(255, 139, 0, 0.06); + border: 1px solid #ff8b00; + border-radius: 3px; + width: fit-content; + padding: .5em 1em; + font-weight: 500; +} + +.annotation .icon { + color: #ff8b00; + margin-right: .5em; + height: 1.1em; + vertical-align: text-bottom; + fill: currentColor; +}