From 64ee5ff9c43b46e6d76f97af4fa2789cd9ea43b3 Mon Sep 17 00:00:00 2001 From: Cflip <36554078+cflip@users.noreply.github.com> Date: Thu, 28 Jan 2021 11:15:59 -0700 Subject: Fixes and style changes --- styles/style.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'styles') diff --git a/styles/style.css b/styles/style.css index f83a9b6..0455b46 100644 --- a/styles/style.css +++ b/styles/style.css @@ -128,12 +128,17 @@ th a:hover { .youtube-embed { width: 480px; height: 270px; + border: none; } .image-embed { width: 480px; } +.greentext { + color: darkolivegreen; +} + h1, h4 { margin-top: 2px; margin-bottom: 10px; -- cgit v1.2.3