]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/assets/css/dark_theme.css
Improve the night mode WebView text selection color. https://redmine.stoutner.com...
[PrivacyBrowserAndroid.git] / app / src / main / assets / css / dark_theme.css
index 95739ba737c24127bd957f3345654cad6d68fb42..9af6c54b332f893a569bf970f297c42c8fd43dd0 100644 (file)
@@ -29,6 +29,11 @@ a {
     text-decoration: none;
 }
 
+/* Blue 900 */
+::selection {
+    background: #0D47A1;
+}
+
 /* Blue 600 */
 h3 {
     color: #1E88E5;