]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/assets/css/dark_theme.css
Fix incorrect pinned mismatch errors. https://redmine.stoutner.com/issues/591
[PrivacyBrowserAndroid.git] / app / src / main / assets / css / dark_theme.css
index 95739ba737c24127bd957f3345654cad6d68fb42..353daccef53726202af7445ae94edac4c383a56d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright © 2017-2018 Soren Stoutner <soren@stoutner.com>.
+ * Copyright © 2017-2019 Soren Stoutner <soren@stoutner.com>.
  *
  * This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
  *
@@ -29,6 +29,11 @@ a {
     text-decoration: none;
 }
 
+/* Blue 900 */
+::selection {
+    background: #0D47A1;
+}
+
 /* Blue 600 */
 h3 {
     color: #1E88E5;
@@ -75,17 +80,6 @@ img.left {
 
 /* An image must be a block to be centered. */
 img.center {
-    display: block;
-    margin-left: auto;
-    margin-right: auto;
-    height: 640;
-    width: 360;
-}
-
-
-/* center21 is for screenshots that have a 2:1 aspect ration (so called 18:9) */
-/* An image must be a block to be centered. */
-img.center21 {
     display: block;
     margin-left: auto;
     margin-right: auto;