summaryrefslogtreecommitdiffstatshomepage
path: root/style.css
diff options
context:
space:
mode:
authorGravatar synzr <synzr@klo.pp.ru> 2026-07-04 15:45:12 +0500
committerGravatar synzr <synzr@klo.pp.ru> 2026-07-04 15:45:12 +0500
commite97e53b4e5c97ae59b70702a4eb4e3236fccc5e9 (patch)
tree864d9f201c7983a15e4ade0cd69210c6776dd8d6 /style.css
parentaa5ec6e053f46b13bde2231c6df44e8081f4ff68 (diff)
downloadwebsite-e97e53b4e5c97ae59b70702a4eb4e3236fccc5e9.tar.gz
website-e97e53b4e5c97ae59b70702a4eb4e3236fccc5e9.tar.bz2
website-e97e53b4e5c97ae59b70702a4eb4e3236fccc5e9.zip
Better custom selectionHEADmain
Diffstat (limited to 'style.css')
-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;