From d4361165dd3f2ab49d06d8cfd7d2ab0b972540d3 Mon Sep 17 00:00:00 2001 From: Thomas Van Iseghem Date: Sun, 23 Apr 2023 20:09:24 +0200 Subject: Fixed small typo and overriden arial font for ack button --- File-decryption/webapp/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/File-decryption/webapp/style.css b/File-decryption/webapp/style.css index 9d23460..425f25d 100644 --- a/File-decryption/webapp/style.css +++ b/File-decryption/webapp/style.css @@ -165,10 +165,10 @@ footer button { background-color: rgb(63, 13, 242); color: white; - font-size: rem; margin: 0.5rem; text-align: center; min-width: 7rem; + font-family: 'IBM Plex sans', sans-serif; } footer button:hover{ -- cgit v1.2.3