Skip to content

Commit 098aae3

Browse files
authored
better box-shadow
1 parent 9b5b5a7 commit 098aae3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/browser/pages/global.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,15 +57,15 @@ button {
5757
background-color: light-dark(rgb(250, 253, 258), #1f2937);
5858
border-radius: 5px;
5959
box-shadow:
60-
rgba(60, 66, 87, 0.117647) 0px 7px 14px 0px,
60+
light-dark(rgba(60, 66, 87, 0.117647), rgba(10, 10, 10, 0.617647)) 0px 7px 14px 0px,
6161
rgba(0, 0, 0, 0.117647) 0px 3px 6px 0px;
6262
max-width: 650px;
6363
width: 100%;
6464
}
6565

6666
.card-box > .header {
6767
border-bottom: 1px solid #ddd;
68-
border-bottom: 1px solid light-dark(#ddd, #1f2937);
68+
border-bottom: 1px solid light-dark(#ddd, #111);
6969
color: #444;
7070
color: light-dark(#444, #fff);
7171
padding: 30px;

0 commit comments

Comments
 (0)