From 2d4747a14d68b4473c5a2fc4ceac560c38a30f65 Mon Sep 17 00:00:00 2001 From: Owen Date: Thu, 17 Oct 2024 13:10:11 -0400 Subject: Added style sheet --- extension/src/index.css | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) (limited to 'extension/src/index.css') diff --git a/extension/src/index.css b/extension/src/index.css index 63a2a92..186dad3 100644 --- a/extension/src/index.css +++ b/extension/src/index.css @@ -1,3 +1,8 @@ +body { + background-color: hsl(180, 100%, 50%); + +} + .folder { display: flex; flex-direction: column; @@ -8,7 +13,24 @@ margin: 2px; } + .folder > div { + display: flex; + flex-direction: row; + gap: 10px; +} + +.bookmark > img{ + padding: 10px; + +} + +.bookmark { display: flex; flex-direction: column; -} \ No newline at end of file + width: 100px; + + +} + + -- cgit v1.2.3