diff options
| -rw-r--r-- | style.css | 11 |
1 files changed, 5 insertions, 6 deletions
@@ -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; |
