X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fassets%2Fen%2Fcss%2Flight_theme.css;h=897b741303d20567e257675b67f5a803e5d0b8be;hp=c03c578f95156160e35156889747533d0449da71;hb=d420aa6be32a78b27905074edc3881a6e71d2263;hpb=afd9b8e690e34c11981eaed1fddbc259fc8cc49a diff --git a/app/src/main/assets/en/css/light_theme.css b/app/src/main/assets/en/css/light_theme.css index c03c578f..897b7413 100644 --- a/app/src/main/assets/en/css/light_theme.css +++ b/app/src/main/assets/en/css/light_theme.css @@ -1,5 +1,5 @@ /* - * Copyright © 2017 Soren Stoutner . + * Copyright © 2017-2018 Soren Stoutner . * * This file is part of Privacy Browser . * @@ -17,23 +17,28 @@ * along with Privacy Browser. If not, see . */ +/* 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;