16 lines
416 B
CSS
16 lines
416 B
CSS
|
/*
|
||
|
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;
|
||
|
}
|