Skip to content

Commit

Permalink
hot summer colors (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanve committed Jun 9, 2021
1 parent 6eb7044 commit c30b703
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 4 additions & 3 deletions index.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
::selection { color: black; background: gold }
html { color: #444; background: whitesmoke }
[href] { color: purple; text-decoration-color: darkmagenta }
::selection { color: black; background: lime }
html { color: #111; background: violet }
[href] { color: #111; background: coral }
:focus { outline-color: seashell }

* { box-sizing: border-box }

Expand Down

0 comments on commit c30b703

Please sign in to comment.