From f44d36b05e43cabde31aeaba5d25fded140345a1 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Fri, 27 Jan 2023 19:42:08 +0100 Subject: Added diff.cpp --- html/whiteboard.css | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'html/whiteboard.css') diff --git a/html/whiteboard.css b/html/whiteboard.css index 55e68cf..4de9b46 100644 --- a/html/whiteboard.css +++ b/html/whiteboard.css @@ -1,5 +1,5 @@ body { - font-family: "sans-serif"; + font-family: sans-serif; } figcaption { @@ -100,6 +100,17 @@ img.banner { cursor: pointer; } +.buttonred { + color:#FFFFFF; + background-color:#B05050; + text-decoration: none; + padding: 15px 20px; + font-size: 16px; + border: none; + border-radius: 6px; + cursor: pointer; +} + @media only screen and (min-width: 1px) and (max-width: 630px) { .qrwindow { -- cgit v1.2.3