diff --git a/main.css b/main.css index b5cf206..dd82ad8 100644 --- a/main.css +++ b/main.css @@ -59,4 +59,29 @@ h1 { h2, h3 { font-weight: 300; +} + +/*// very important //*/ +::selection { + background-color: hotpink; + color: #000; +} + +::-moz-selection { + background-color: hotpink; + color: #000; +} + +::-o-selection { + background-color: hotpink; + color: #000; +} + +::-ms-selection { + background-color: hotpink; + color: #000; +} +::-webkit-selection { + background-color: hotpink; + color: #000; } \ No newline at end of file