From 474e142908a4d1613d2b871427ffdc8b41ca65c8 Mon Sep 17 00:00:00 2001 From: Joel Calado Date: Mon, 8 Feb 2021 21:13:51 +0000 Subject: [PATCH] tweak /devices CSS --- devices.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/devices.css b/devices.css index db6d72b..79a9458 100644 --- a/devices.css +++ b/devices.css @@ -9,6 +9,7 @@ h1 { padding:10px; background-color:#457b9d; color:white; + border-bottom: 2px solid #3b6a87; } .device { @@ -18,6 +19,9 @@ h1 { font-size: 1rem; padding: 10px; position: relative; + user-select: none; + background: #d0d0d0; + border-radius: 4px; } .device.selected { @@ -55,12 +59,13 @@ h1 { } .notice { - background-color: orange; + background-color: #fff18c; margin: 10px; padding: 20px 20px; font-weight: bold; font-size: 1.2em; text-align: center; + line-height: 1.4em; } .notice a { @@ -89,7 +94,7 @@ h1 { left: 10%; color: white; overflow-wrap: anywhere; - background: #141926; + background: #2c3754; padding: 20px; box-shadow: 0px 0px 10px 5px #00000047; border: 1px solid #333c52;