aboutsummaryrefslogtreecommitdiff
path: root/extension/src/index.css
diff options
context:
space:
mode:
Diffstat (limited to 'extension/src/index.css')
-rw-r--r--extension/src/index.css24
1 files changed, 23 insertions, 1 deletions
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;
+
+
+}
+
+