]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/assets/en/css/light_theme.css
Use the public download directory. https://redmine.stoutner.com/issues/224
[PrivacyBrowserAndroid.git] / app / src / main / assets / en / css / light_theme.css
index c03c578f95156160e35156889747533d0449da71..897b741303d20567e257675b67f5a803e5d0b8be 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright © 2017 Soren Stoutner <soren@stoutner.com>.
+ * Copyright © 2017-2018 Soren Stoutner <soren@stoutner.com>.
  *
  * This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
  *
  * along with Privacy Browser.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+/* Blue 700 */
 a {
     color: #1976D2;
     text-decoration: none;
 }
 
+/* Blue 900 */
 h3 {
-    color: #0D4781;
+    color: #0D47A1;
 }
 
+/* Red 900 */
 strong.red {
     color: #B71C1C;
 }
 
+/* Blue 800 */
 strong.blue {
     color: #1565C0;
 }
 
+/* Blue 700 */
 item {
     color: #1976D2;
     font-weight: bold;