Skip to content

Commit 53a235c

Browse files
committed
focus style
1 parent 920a4d8 commit 53a235c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

style.css

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
.scheme--white { background: whitesmoke; color: black }
22
.scheme--dark { background: blue; color: whitesmoke }
33
.scheme--light { background: gainsboro; color: blue }
4+
:focus { outline-color: blue }
45

56
*, :before, :after { box-sizing: border-box }
67
html { font: 1em/2 sans-serif; }
@@ -34,6 +35,10 @@ h1, h2 { line-height: 1 }
3435
margin: 0;
3536
}
3637

38+
.button:focus {
39+
text-decoration: underline;
40+
}
41+
3742
.button:enabled:hover {
3843
cursor: pointer;
3944
text-decoration: underline;

0 commit comments

Comments
 (0)