Skip to content

Commit 77680c6

Browse files
committed
Oops! Put the shadows back
1 parent eb771c2 commit 77680c6

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

app/public/css/main.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,14 @@ circle {
110110

111111
.label {
112112
font: 1.0em 'Source Sans Pro', sans-serif;
113+
text-shadow:1px 1px 0 rgb(28, 39, 51),
114+
-1px -1px 0 rgb(28, 39, 51),
115+
1px -1px 0 rgb(28, 39, 51),
116+
-1px 1px 0 rgb(28, 39, 51),
117+
0px 1px 0 rgb(28, 39, 51),
118+
1px 0px 0 rgb(28, 39, 51),
119+
0px -1px 0 rgb(28, 39, 51),
120+
-1px 0px 0 rgb(28, 39, 51);
113121
}
114122

115123
.online-users-div{

0 commit comments

Comments
 (0)