Skip to content

Commit 14a5929

Browse files
committed
fix(style): color & shadow improve
1 parent 6b26ce9 commit 14a5929

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

src/styles.css

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
.rus {
2-
--theme-color: hsl(262, 24%, 84%);
3-
--theme-background: hsl(262, 25%, 98%);
4-
52
position: relative;
63
min-height: 30px;
74
overflow: hidden;
@@ -10,11 +7,8 @@
107
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
118
Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', Helvetica, Arial,
129
sans-serif;
13-
background-color: var(--theme-background);
14-
15-
/* border: 1px dashed var(--theme-color); */
10+
border: 1px solid #d9d9d9;
1611
border-radius: 5px;
17-
box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08), 0 2px 6px rgba(0, 0, 0, 0.16);
1812
cursor: pointer;
1913
}
2014

0 commit comments

Comments
 (0)