Skip to content

Commit 3ceff3f

Browse files
committed
fix: colorset swatches use rounded rectangles instead of circles
1 parent 05363ab commit 3ceff3f

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

public/css/partials/pat-list-item-submission.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
.colorset-swatch {
6868
width: 12px;
6969
height: 12px;
70-
border-radius: 50%;
70+
border-radius: 3px;
7171
border: 1px solid rgba(255,255,255,0.2);
7272
display: inline-block;
7373
}

start-local.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,8 @@ echo "Starting lightshow.lol dev server on http://localhost:8000..."
5959
LIGHTSHOW_PID=$!
6060
sleep 1
6161

62+
# bundle the css
63+
bash ./scripts/bundle_css.sh
64+
6265
echo "Starting Vortex Community server on http://localhost:3000 (community at /community)..."
6366
npm start

0 commit comments

Comments
 (0)