Skip to content

Commit 589135b

Browse files
committed
chore(quickfix) less transparency
1 parent 6274702 commit 589135b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

styles/atomts-overlay.less

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
@import "ui-variables";
22
.atomts-overlay {
3-
background: rgba(0,0,0,0.5);
4-
border: 9px solid rgba(0,0,0,0.5);
3+
background: rgba(0,0,0,0.9);
4+
border: 9px solid rgba(0,0,0,0.9);
55
li {
66
padding: 5px;
77
}
8-
}
8+
}

0 commit comments

Comments
 (0)