From a42634c12d4c76d161309b450d9a92ee4efafd99 Mon Sep 17 00:00:00 2001 From: empathicqubit Date: Mon, 17 May 2021 12:55:26 -0400 Subject: [PATCH] Use background color alpha instead of opacity --- EmpathicQubit.ConsoleServer/static/index.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/EmpathicQubit.ConsoleServer/static/index.css b/EmpathicQubit.ConsoleServer/static/index.css index 3030011..728b443 100644 --- a/EmpathicQubit.ConsoleServer/static/index.css +++ b/EmpathicQubit.ConsoleServer/static/index.css @@ -53,7 +53,6 @@ h1 { margin: .3vw; border: .15em solid black; border-radius: .25em; - opacity: 0.8; overflow: hidden; display: block; } @@ -73,7 +72,7 @@ h1 { } .favorites__left button { - background-color: #800; + background-color: rgba(136, 0, 0, 0.8); } .favorites button:hover { @@ -87,7 +86,7 @@ h1 { } .favorites__right button { - background-color: #008; + background-color: rgba(0, 0, 136, 0.8); } .favorites__right button:hover {