diff options
Diffstat (limited to 'css/theme/beige.css')
-rw-r--r-- | css/theme/beige.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/css/theme/beige.css b/css/theme/beige.css index 40cf18b..684f842 100644 --- a/css/theme/beige.css +++ b/css/theme/beige.css @@ -43,15 +43,15 @@ body { } ::-moz-selection { - background:rgba(79, 64, 28, 0.99); + background:rgba(79, 64, 28, 0.99); color: white; } ::-webkit-selection { - background:rgba(79, 64, 28, 0.99); + background:rgba(79, 64, 28, 0.99); color: white; } ::selection { - background:rgba(79, 64, 28, 0.99); + background:rgba(79, 64, 28, 0.99); color: white; } |