aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Legler <alex@a3li.li>2015-05-09 15:24:08 +0200
committerAlex Legler <alex@a3li.li>2015-05-09 15:24:08 +0200
commitd50e2315f84a1505289fa8aa113fb94f7de7a6f9 (patch)
tree108e5096238d6bd42552a9102fadf4bae21c2739
parentUpdate OpenSans to include latin-ext; drop semibold weight (diff)
downloadtyrian-theme-d50e2315f84a1505289fa8aa113fb94f7de7a6f9.tar.gz
tyrian-theme-d50e2315f84a1505289fa8aa113fb94f7de7a6f9.tar.bz2
tyrian-theme-d50e2315f84a1505289fa8aa113fb94f7de7a6f9.zip
Set a selection color
-rw-r--r--sources/css/tyrian/less/typography.less8
1 files changed, 8 insertions, 0 deletions
diff --git a/sources/css/tyrian/less/typography.less b/sources/css/tyrian/less/typography.less
index 5d34a31..0e7c037 100644
--- a/sources/css/tyrian/less/typography.less
+++ b/sources/css/tyrian/less/typography.less
@@ -18,3 +18,11 @@ textarea {
.visited-links p > a:visited:not(.btn) {
color: @visited-link-color;
}
+
+::selection {
+ background: #dddaec;
+}
+
+::-moz-selection {
+ background: #dddaec;
+} \ No newline at end of file