summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--style.css11
1 files changed, 5 insertions, 6 deletions
diff --git a/style.css b/style.css
index a7b9137..83aff0d 100644
--- a/style.css
+++ b/style.css
@@ -43,6 +43,11 @@ del {
color: #888888;
}
+*::selection {
+ background-color: #ff685b;
+ color: white;
+}
+
.clearfix:after {
content: "";
display: table;
@@ -108,12 +113,6 @@ del {
margin: 0;
}
-.heading::selection,
-.text::selection {
- background-color: #ff685b;
- color: white;
-}
-
@media (max-width: 576px) {
.text {
font-size: 11px;