summaryrefslogtreecommitdiff
path: root/docs/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/index.html')
-rw-r--r--docs/index.html21
1 files changed, 21 insertions, 0 deletions
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;
}