Skip to content

Commit c30b703

Browse files
authored
hot summer colors (#116)
1 parent 6eb7044 commit c30b703

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

icon.svg

+2-2
Loading

index.css

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
::selection { color: black; background: gold }
2-
html { color: #444; background: whitesmoke }
3-
[href] { color: purple; text-decoration-color: darkmagenta }
1+
::selection { color: black; background: lime }
2+
html { color: #111; background: violet }
3+
[href] { color: #111; background: coral }
4+
:focus { outline-color: seashell }
45

56
* { box-sizing: border-box }
67

0 commit comments

Comments
 (0)