From 90ad05b3274019030373108866fbdc2a6b83602b Mon Sep 17 00:00:00 2001 From: fr33domlover Date: Wed, 23 Oct 2019 08:42:49 +0000 Subject: [PATCH] UI: When mouse hovers over button, make bg color just slightly darker Previously, the color would get so dark it would blend with the page background and the button text color. I'm not sure I picked the best color; just picked something that works. --- templates/default-layout.cassius | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/default-layout.cassius b/templates/default-layout.cassius index b0fa79f..6147ea4 100644 --- a/templates/default-layout.cassius +++ b/templates/default-layout.cassius @@ -76,6 +76,9 @@ input[type="submit"] border: none border-radius: 0.618em +input:hover[type="submit"] + background: #{dark gray} + .instance color: #{light blue} font: 180% monospace