X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyCell.git;a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fassets%2Fcss%2Ftheme.css;h=4ba9d884b20385a86f4973b54f224d1e9981b710;hp=a164cb051aff8be696b38ad42268f3d0cd4e44e9;hb=7467e75bda34246c91c4e4989b1c32a81314d53c;hpb=8484f5cbc7f74e008624d0cd13af4a6f964ee516 diff --git a/app/src/main/assets/css/theme.css b/app/src/main/assets/css/theme.css index a164cb0..4ba9d88 100644 --- a/app/src/main/assets/css/theme.css +++ b/app/src/main/assets/css/theme.css @@ -14,7 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Privacy Browser. If not, see . + * along with Privacy Cell. If not, see . */ /* Dark colors. */ @@ -34,7 +34,7 @@ a { @media (prefers-color-scheme: dark) { a { - color: #5785C5; /* Violet 700 */ + color: #8AB4F8; /* Violet 500 */ } }