diff options
| author | 2026-07-04 15:45:12 +0500 | |
|---|---|---|
| committer | 2026-07-04 15:45:12 +0500 | |
| commit | e97e53b4e5c97ae59b70702a4eb4e3236fccc5e9 (patch) | |
| tree | 864d9f201c7983a15e4ade0cd69210c6776dd8d6 /style.css | |
| parent | aa5ec6e053f46b13bde2231c6df44e8081f4ff68 (diff) | |
| download | website-main.tar.gz website-main.tar.bz2 website-main.zip | |
Diffstat (limited to 'style.css')
| -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; |
