summaryrefslogtreecommitdiff
path: root/src/node.module.css
diff options
context:
space:
mode:
authorSam Nystrom <sam@samnystrom.dev>2024-03-12 18:58:36 +0000
committerSam Nystrom <sam@samnystrom.dev>2024-03-12 17:35:02 -0400
commitef28973b0683823d2f3e1cee128055b18530d522 (patch)
tree7f76c314629a4d2c631e7b937b54ddd9eef45aad /src/node.module.css
parenta9aa246f58dcb2664c4e7a1bd98e69c19e7d7000 (diff)
Style login and signup pages
Diffstat (limited to 'src/node.module.css')
-rw-r--r--src/node.module.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/node.module.css b/src/node.module.css
index 76ef2df..2a65c56 100644
--- a/src/node.module.css
+++ b/src/node.module.css
@@ -46,10 +46,10 @@
padding-left: 6px;
margin-bottom: 4px;
border-radius: 6px 6px 0 0;
- list-style-image: url('assets/down-arrow.svg');
+ list-style-image: url('icons/chevron-down.svg');
}
&:not([open]) summary {
- list-style-image: url('assets/right-arrow.svg');
+ list-style-image: url('icons/chevron-right.svg');
}
ul {