From f8a7e611a16e0eb12a11a829ebfae14922a70a18 Mon Sep 17 00:00:00 2001 From: koehr Date: Wed, 1 Jul 2020 16:22:57 +0200 Subject: [PATCH] notification anchor tag styling --- src/assets/app.css | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/src/assets/app.css b/src/assets/app.css index 2233bd8..c5db66b 100644 --- a/src/assets/app.css +++ b/src/assets/app.css @@ -36,12 +36,6 @@ body.print { border: none; } -a { - display: inline-block; - height: 1.15em; - border-bottom: 1px dotted white; -} - #logo { transition: transform .3s ease-out; } @@ -86,6 +80,13 @@ section.notification-section > .note { border: .5em solid #000; transition: opacity .5s ease, transform .3s ease; } +section.notification-section > .note a { + display: inline-block; + height: 1.15em; + border-bottom: 1px dotted white; +} + + section.notification-section > .warning { border-color: red; }