Make dark theme have black(ish) background for OLED

This commit is contained in:
Skylar Ittner 2019-08-23 19:28:20 -06:00
parent 37f137388b
commit 246f3a4fad
2 changed files with 17 additions and 0 deletions

16
www/assets/css/oled.css Normal file
View File

@ -0,0 +1,16 @@
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
Created on : Aug 23, 2019, 7:24:01 PM
Author : Skylar Ittner
*/
:root #app.theme-dark {
--f7-page-bg-color: #020202;
--f7-list-bg-color: #020202;
--f7-popover-bg-color: #020202;
--f7-sheet-bg-color: #020202;
}

View File

@ -9,6 +9,7 @@
<link rel="stylesheet" href="node_modules/leaflet.markercluster/dist/MarkerCluster.Default.css" />
<link rel="stylesheet" href="node_modules/leaflet.locatecontrol/dist/L.Control.Locate.min.css" />
<link rel="stylesheet" href="assets/css/backdrop.css" />
<link rel="stylesheet" href="assets/css/oled.css" />
<script src="cordova.js"></script>