We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6eb7044 commit c30b703Copy full SHA for c30b703
icon.svg
index.css
@@ -1,6 +1,7 @@
1
-::selection { color: black; background: gold }
2
-html { color: #444; background: whitesmoke }
3
-[href] { color: purple; text-decoration-color: darkmagenta }
+::selection { color: black; background: lime }
+html { color: #111; background: violet }
+[href] { color: #111; background: coral }
4
+:focus { outline-color: seashell }
5
6
* { box-sizing: border-box }
7
0 commit comments