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;