diff options
Diffstat (limited to 'html/whiteboard.css')
-rw-r--r-- | html/whiteboard.css | 13 |
1 files changed, 12 insertions, 1 deletions
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 { |