From c3ed8f3c32234b6d754fea0c108a424d0f215a8f Mon Sep 17 00:00:00 2001 From: Rasmus Andersson Date: Tue, 22 Aug 2017 08:14:29 -0700 Subject: website: text selection --- docs/index.html | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'docs') diff --git a/docs/index.html b/docs/index.html index b4bec51fa..b06d141f9 100644 --- a/docs/index.html +++ b/docs/index.html @@ -169,6 +169,27 @@ h1 > a, h2 > a, h3 > a { color: #ccc; background: none; } + +.row ::selection { + background: rgb(48, 112, 232); + color: white; + text-shadow: none; +} +.row ::-moz-selection { + background: rgb(48, 112, 232); + color: white; + text-shadow: none; +} + +.row.dark ::selection { + background: rgb(218, 228, 255); + color: black; +} +.row.dark ::-moz-selection { + background: rgb(164, 188, 255); + color: black; +} + a > img { display: block; } -- cgit v1.2.3