aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sources/css/tyrian/less/typography.less')
-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