diff options
author | Cflip <36554078+cflip@users.noreply.github.com> | 2021-01-28 11:15:59 -0700 |
---|---|---|
committer | Cflip <36554078+cflip@users.noreply.github.com> | 2021-01-28 11:15:59 -0700 |
commit | 64ee5ff9c43b46e6d76f97af4fa2789cd9ea43b3 (patch) | |
tree | fd54c365751da54cad818dd2a970541e0f92b3eb /styles | |
parent | e5c06f81e065aad0c711ca3baf578b3c0a4fd8d8 (diff) |
Fixes and style changes
Diffstat (limited to 'styles')
-rw-r--r-- | styles/style.css | 5 |
1 files changed, 5 insertions, 0 deletions
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; |