2 * Copyright © 2017-2020,2022 Soren Stoutner <soren@stoutner.com>.
4 * This file is part of Privacy Browser Android <https://www.stoutner.com/privacy-browser-android>.
6 * Privacy Browser Android is free software: you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation, either version 3 of the License, or
9 * (at your option) any later version.
11 * Privacy Browser Android is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 * GNU General Public License for more details.
16 * You should have received a copy of the GNU General Public License
17 * along with Privacy Browser Android. If not, see <http://www.gnu.org/licenses/>.
21 @media (prefers-color-scheme: dark) {
23 color: #C1C1C1; /* Gray 350 */
24 background-color: #303030; /* Gray 860 */
30 color: #1976D2; /* Blue 700 */
31 text-decoration: none;
34 @media (prefers-color-scheme: dark) {
36 color: #5785C5; /* Violet 700 */
43 color: #0D47A1; /* Blue 900 */
46 @media (prefers-color-scheme: dark) {
48 color: #8AB4F8; /* Violet 500 */
55 color: #B71C1C; /* Red 900. */
58 @media (prefers-color-scheme: dark) {
60 color: #930606; /* Red 1100. */
67 color: #1565C0; /* Blue 800. */
73 color: #1565C0; /* Blue 800. */
78 /* Header images do not allow the icon to be themed. */
80 vertical-align: bottom;
85 /* Header SVGs allow the icon to be themed. */
87 vertical-align: bottom;
90 fill: #0D47A1; /* Blue 900 */
93 @media (prefers-color-scheme: dark) {
95 fill: #8AB4F8; /* Violet 500 */
100 /* Links SVGs allow the icon to be themed. */
102 vertical-align: middle;
105 fill: #0D47A1; /* Blue 900 */
108 @media (prefers-color-scheme: dark) {
110 fill: #8AB4F8; /* Violet 500 */
115 /* Left aligned images do not allow the icon to be themed. */
122 /* Left aligned SVGs allow the icon to be themed. */
127 fill: #000000; /* Black */
130 @media (prefers-color-scheme: dark) {
132 fill: #FFFFFF; /* White */
139 vertical-align: middle;
142 fill: #000000; /* Black */
145 @media (prefers-color-scheme: dark) {
147 fill: #FFFFFF; /* White */
159 /* Centered screenshot images. An image must be a block to be centered. */
168 /* Centered screenshot images with a 2.16 aspect ratio. An image must be a block to be centered. */