diff options
author | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2020-05-15 04:05:43 -0500 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2020-05-15 04:06:37 -0500 |
commit | ede87672c15c3b15ff59a8393d4746c6915d82b7 (patch) | |
tree | 10c51aba1f76efb7f4c39fd6bea3380e18a75219 /help3xsl | |
parent | dc2b016f2014208b27f7af5ad33863b6bd0d760b (diff) |
CSS: Change selection color
It doesn’t play nice anymore since 4d6b5e5f74c50cc440a46fada8fa89ad2f946749
Change-Id: Ib897702ad32915164e277e092103c295bba41366
Diffstat (limited to 'help3xsl')
-rw-r--r-- | help3xsl/default.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/help3xsl/default.css b/help3xsl/default.css index b3fd81d7d1..11c544094b 100644 --- a/help3xsl/default.css +++ b/help3xsl/default.css @@ -91,7 +91,7 @@ body { line-height: normal; } ::selection { - background: #BFFFB7; + background: #A0F3FF; } a { text-decoration: none; |