Skip to content

Commit c009599

Browse files
committed
fixed condensing scss issue
1 parent 6c560b3 commit c009599

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

pages/dev/test-site/checkin/main.sass

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ h1, p
7575
margin: auto
7676
position: absolute
7777
z-index: 2
78-
background-color: var(--translucent-panel-background-color)
78+
background-color: var(--translucent-background)
7979
width: 60%
8080
height: 25vh
8181
align-items: center

pages/dev/test-site/colors.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ $colors: (
1010
scrollbar-thumb-hover: rgba(100, 100, 100, 0.8),
1111
panel-background: #fff,
1212
panel-text: #333,
13+
semi-translucent-background: rgba(255, 255, 255, 0.8),
14+
translucent-background: rgba(255, 255, 255, 0.5),
1315
);
1416

1517
$dark-background: #141a1e;
@@ -25,4 +27,6 @@ $dark-colors: (
2527
scrollbar-thumb-hover: rgba(180, 180, 180, 0.8),
2628
panel-background: #333,
2729
panel-text: #fff,
30+
semi-translucent-background: rgba(20, 26,30, 0.8),
31+
translucent-background: rgba(20, 26,30, 0.5),
2832
);

pages/dev/test-site/explore/main.sass

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ body
322322
color: var(--text-emphasized-color)
323323

324324
.sidebox
325-
background-color: var(--translucent-panel-background-color)
325+
background-color: var(--semi-translucent-background)
326326

327327
.title
328328
background-color: var(--panel-background-color)

0 commit comments

Comments
 (0)