diff --git a/icon.svg b/icon.svg index e8662e7..0766b16 100644 --- a/icon.svg +++ b/icon.svg @@ -1,4 +1,4 @@ - WhiteSmoke - + violet + diff --git a/index.css b/index.css index 7783893..050b381 100644 --- a/index.css +++ b/index.css @@ -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 }