X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fassets%2Fen%2Fcss%2Fdark_theme.css;h=ed8cf0656cf6374646efbbf55baa4e69cf3b3ddd;hp=d236aa571c35fae15f726e6295a73f86c51deb16;hb=d420aa6be32a78b27905074edc3881a6e71d2263;hpb=4ecb96eb93da652b3264b1931e344222c2d5d833 diff --git a/app/src/main/assets/en/css/dark_theme.css b/app/src/main/assets/en/css/dark_theme.css index d236aa57..ed8cf065 100644 --- a/app/src/main/assets/en/css/dark_theme.css +++ b/app/src/main/assets/en/css/dark_theme.css @@ -1,5 +1,5 @@ /* - * Copyright © 2017 Soren Stoutner . + * Copyright © 2017-2018 Soren Stoutner . * * This file is part of Privacy Browser . * @@ -17,28 +17,34 @@ * along with Privacy Browser. If not, see . */ +/* Gray 850 */ body { background-color: #313131; color: #BDBDBD; } +/* Blue 700 */ a { color: #1976D2; text-decoration: none; } +/* Blue 600 */ h3 { color: #1E88E5; } +/* Half of Red 900 */ strong.red { color: #A71919; } +/* Blue 400 */ strong.blue { - color: #1E88E5; + color: #42A5F5; } +/* Blue 400 */ item { color: #42A5F5; font-weight: bold;