Skip to content

Commit f9c2556

Browse files
committed
Style
1 parent 529003d commit f9c2556

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

app.css

+8-3
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ img.frame.poof {
3232

3333
#frames, #results {
3434
background: rgba(255,255,255,0.1);
35-
box-shadow: 0 0 50px rgba(0,0,0,0.5) inset;
35+
box-shadow: 0 0 15px rgba(255,255,255,0.3) inset;
3636
}
3737

3838
#error {
@@ -44,9 +44,14 @@ button.working {
4444
}
4545

4646
::-webkit-selection {
47-
background: lime;
48-
background: hsla(50, 100%, 60%, 0.8);
47+
background: hsla(150, 100%, 60%, 0.5);
4948
}
5049
::selection {
5150
background: hsla(150, 100%, 60%, 0.5);
51+
}
52+
#error::-webkit-selection {
53+
background: hsla(0, 100%, 60%, 0.8);
54+
}
55+
#error::selection {
56+
background: hsla(0, 100%, 60%, 0.5);
5257
}

0 commit comments

Comments
 (0)