From e7dfe39add9ba4987a08d10aa29da44cdeaea8b7 Mon Sep 17 00:00:00 2001 From: Colin Okay Date: Sat, 29 Oct 2022 13:21:28 -0500 Subject: Tweak: styles --- static/css/main.css | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) (limited to 'static/css/main.css') diff --git a/static/css/main.css b/static/css/main.css index 90d383a..fd10b20 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -1,19 +1,36 @@ body { background-color: #190a0f; - color: #e76ad3; + color: #f3f3f3; } a { color: #0b9496; } +h1,h2,h3,h4 { + color: #e76ad3; +} + +button { + background: #190a0f; + color: #e76ad3; + border: 1px solid #e76ad3; + margin-left: 2px; + margin-right: 2px; +} + +button:hover { + cursor: pointer; +} + .center { text-align: center; } .row { display: flex; + flex-direction: row; flex-wrap: wrap; justify-content: center; align-content: baseline; @@ -23,3 +40,8 @@ a { margin: 30px; } +.track-list-item:hover { + cursor: pointer; + background-color: #454545; +} + -- cgit v1.2.3