From 3f13502e7d1b4c699cedc1865d48a3b26d797c6c Mon Sep 17 00:00:00 2001 From: Frankie B Date: Mon, 3 Oct 2022 10:03:53 +0000 Subject: Add alert banner thingy --- res/css/global.css | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'res/css/global.css') diff --git a/res/css/global.css b/res/css/global.css index 52d8d9e..d9b310a 100755 --- a/res/css/global.css +++ b/res/css/global.css @@ -6,6 +6,16 @@ ul { list-style-type: square; } +table.banner { + margin-left: auto; + margin-right: auto; + border: 2px solid #E04A38; + background-color: #E6897E; + width: 95%; + /* Passes both WCAG AA and WCAG AAA contrast tests */ + color: #0F0F0F; +} + div.page { margin-left: 0.5em; margin-right: 0.5em -- cgit v1.2.3-54-g00ecf