From 05bde05f2aab7e4f1203cb6d90164915324aa1bf Mon Sep 17 00:00:00 2001 From: Dan Leech Date: Fri, 6 Nov 2015 18:50:13 +0000 Subject: [PATCH] Added custom text selection colour --- 404.html | 8 ++++++++ index.html | 8 ++++++++ src/header.html | 8 ++++++++ 3 files changed, 24 insertions(+) diff --git a/404.html b/404.html index 8113a2479..35b7570e1 100644 --- a/404.html +++ b/404.html @@ -171,6 +171,14 @@ text-transform: uppercase; width: 100%; } + .tiles ::selection { + background: #FFF; + color: #333; + } + .tiles ::-moz-selection { + background: #FFF; + color: #333; + } .tiles li:hover { border: 0.125rem solid #FFF; padding: 1.375rem 0.875rem; diff --git a/index.html b/index.html index 8113a2479..35b7570e1 100644 --- a/index.html +++ b/index.html @@ -171,6 +171,14 @@ text-transform: uppercase; width: 100%; } + .tiles ::selection { + background: #FFF; + color: #333; + } + .tiles ::-moz-selection { + background: #FFF; + color: #333; + } .tiles li:hover { border: 0.125rem solid #FFF; padding: 1.375rem 0.875rem; diff --git a/src/header.html b/src/header.html index 72eaef032..7b882b6ab 100644 --- a/src/header.html +++ b/src/header.html @@ -171,6 +171,14 @@ text-transform: uppercase; width: 100%; } + .tiles ::selection { + background: #FFF; + color: #333; + } + .tiles ::-moz-selection { + background: #FFF; + color: #333; + } .tiles li:hover { border: 0.125rem solid #FFF; padding: 1.375rem 0.875rem;