diff options
author | Thomas Van Iseghem <[email protected]> | 2023-04-23 20:09:24 +0200 |
---|---|---|
committer | Thomas Van Iseghem <[email protected]> | 2023-04-23 20:09:24 +0200 |
commit | d4361165dd3f2ab49d06d8cfd7d2ab0b972540d3 (patch) | |
tree | 02c015e85ea4b7037ad08eb342cf56ab6e20e285 | |
parent | d11c9b04e88e8468fa6e12ce53bf37c09507734a (diff) | |
download | OpenCortex-d4361165dd3f2ab49d06d8cfd7d2ab0b972540d3.tar.gz OpenCortex-d4361165dd3f2ab49d06d8cfd7d2ab0b972540d3.zip |
Fixed small typo and overriden arial font for ack button
-rw-r--r-- | File-decryption/webapp/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
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{ |