From 98378969dae552c0c190eea922415d35eb22ae1e Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Sat, 21 Oct 2023 23:47:52 -0400 Subject: Added contrast for quote speaker names --- app/assets/stylesheets/quotes/layout.css.sass | 3 +++ 1 file changed, 3 insertions(+) (limited to 'app/assets/stylesheets/quotes') diff --git a/app/assets/stylesheets/quotes/layout.css.sass b/app/assets/stylesheets/quotes/layout.css.sass index e5dbd64..0b102db 100644 --- a/app/assets/stylesheets/quotes/layout.css.sass +++ b/app/assets/stylesheets/quotes/layout.css.sass @@ -92,6 +92,9 @@ body padding: 0 position: static width: 100% + .quote-speaker + font-weight: bold + color: green &:hover background-color: #fffcec .quote-header -- cgit 1.4.1