diff --git a/css/popup.css b/css/popup.css index 14b12fa..2a403aa 100644 --- a/css/popup.css +++ b/css/popup.css @@ -19,6 +19,9 @@ body { text-align: center; margin: 15px; white-space: nowrap; + background: radial-gradient(circle at 50% 50%, rgba(181, 180, 156, 1) 0%, rgba(47, 47, 41, 1) 99%); + border-radius: 20px; + } #buttons > img { vertical-align: top; @@ -28,9 +31,9 @@ body { cursor: pointer; border: 2px outset; border-radius: 5px; - background-color: #e4e4e4; + background-color: #050526; font-size: x-large; - color: #757575; + color: #c3c0c0; padding: 3px; text-shadow: 1px 1px white; } @@ -54,7 +57,7 @@ body.is-popup #highlight { #highlight { border: 1px solid lightgray; padding: 1rem; - background-color: #ffefd5; + background: radial-gradient(circle at 50% 50%, rgba(181, 180, 156, 1) 0%, rgba(87, 84, 14, 1) 100%); line-height: 1.35em; overflow: auto; word-wrap: break-word; @@ -63,9 +66,10 @@ body.is-popup #highlight { } #highlight span.active { background-color: yellow; + } .dark-mode #highlight { - background-color: #333; + background: radial-gradient(circle at 50% 50%, rgba(72, 82, 84, 1) 3%, rgba(0, 0, 0, 1) 100%); border: none; color: #d0d0d0; }