From 3707357d5e1a40624c3135344758792fb416bccd Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Sun, 8 Dec 2019 11:04:18 -0500 Subject: [PATCH] Make h3 stand out --- static/changelog.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/changelog.css b/static/changelog.css index b661b9e..3fc0181 100644 --- a/static/changelog.css +++ b/static/changelog.css @@ -273,4 +273,8 @@ a:hover { height: 25vh; background: rgb(16,13,30); background: linear-gradient(180deg, rgba(16,13,30,1) 0%, rgba(16,13,30,1) 66%, rgba(16,13,30,0) 100%); +} + +.h3 { + font-size: 40px; } \ No newline at end of file