Skip to content

Commit 6a8c3f9

Browse files
refine shadows
1 parent e68aa2b commit 6a8c3f9

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

style.css

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,15 @@ body {
1212
color: #111;
1313
text-align: center;
1414
box-sizing: border-box;
15-
text-shadow: 0 0 2px #eee, 2px 2px 2px #eee, -2px -2px 2px #eee, 2px -2px 2px #eee, -2px 2px 2px #eee;
15+
text-shadow:
16+
-1px -1px 0 #eee,
17+
0 -1px 0 #eee,
18+
1px -1px 0 #eee,
19+
1px 0 0 #eee,
20+
1px 1px 0 #eee,
21+
0 1px 0 #eee,
22+
-1px 1px 0 #eee,
23+
-1px 0 0 #eee;
1624
}
1725

1826
#board-link {
@@ -37,7 +45,15 @@ body {
3745
.pin-marker.selected {
3846
background-color: #f15a24;
3947
color: #eee;
40-
text-shadow: 0 0 3px #111, 2px 2px 3px #111, -2px -2px 3px #111, 2px -2px 3px #111, -2px 2px 3px #111;
48+
text-shadow:
49+
-1px -1px 0 #111,
50+
0 -1px 0 #111,
51+
1px -1px 0 #111,
52+
1px 0 0 #111,
53+
1px 1px 0 #111,
54+
0 1px 0 #111,
55+
-1px 1px 0 #111,
56+
-1px 0 0 #111;
4157
}
4258

4359
.connector-container {

0 commit comments

Comments
 (0)