From 1a37751760ff18f65b5162472330ea344623d17c Mon Sep 17 00:00:00 2001 From: Owen Date: Thu, 17 Oct 2024 13:21:19 -0400 Subject: updating style sheet --- extension/src/index.css | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/extension/src/index.css b/extension/src/index.css index 186dad3..2c823b5 100644 --- a/extension/src/index.css +++ b/extension/src/index.css @@ -1,6 +1,6 @@ body { - background-color: hsl(180, 100%, 50%); - + background-color: #1e1e1e; + color: white; } .folder { @@ -11,13 +11,14 @@ body { border-color: black; padding: 2px; margin: 2px; + padding: 10px; } .folder > div { display: flex; flex-direction: row; - gap: 10px; + } .bookmark > img{ @@ -29,8 +30,16 @@ body { display: flex; flex-direction: column; width: 100px; + padding: 20px; +} +.bookmark:hover { + background-color: rgba(0, 0, 0, 0.5); +} +a { + color: white; + text-decoration: none; } -- cgit v1.2.3