From 37daa5638b736a95d0caa29b3785e6a814126d22 Mon Sep 17 00:00:00 2001 From: cutls Date: Tue, 8 Sep 2020 23:46:55 +0900 Subject: [PATCH] to pwa --- app/css/themes.css | 22 ++++++++++++++++++++++ app/view/make/acct.sample.html | 1 + app/view/make/index.sample.html | 1 + app/view/make/setting.sample.html | 1 + 4 files changed, 25 insertions(+) create mode 100644 app/css/themes.css diff --git a/app/css/themes.css b/app/css/themes.css new file mode 100644 index 00000000..8153688b --- /dev/null +++ b/app/css/themes.css @@ -0,0 +1,22 @@ +:root { + --bg: #212121; + --drag: rgba(0, 0, 0, 0.8); + --text: white; + --beforehover: #9e9e9e; + --modal: black; + --thirdColor: #212121; + --bottom: #424242; + --accent: #004d40; + --subcolor: #333333; + --emphasized: #4e342e; + --his-data: rgba(0, 0, 0, 0.8); + --postbox: #424242; + --modalfooter: #212121; + --active: #3f51b5; + --selected: #3f3f3f; + --selectedWithShare: #003a30; + --gray: #cccccc; +} +#imagemodal { + background: url("../img/pixel.svg"); +} \ No newline at end of file diff --git a/app/view/make/acct.sample.html b/app/view/make/acct.sample.html index fc2f3005..ad93a091 100644 --- a/app/view/make/acct.sample.html +++ b/app/view/make/acct.sample.html @@ -3,6 +3,7 @@ Account Manager - TheDesk + + +