From a2df9a69dcc14cb70118cda2ded499055e7ee358 Mon Sep 17 00:00:00 2001 From: Minteck Date: Sun, 21 Aug 2022 17:31:56 +0200 Subject: m. update --- app/bits/assets/black.css | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100755 app/bits/assets/black.css (limited to 'app/bits/assets/black.css') diff --git a/app/bits/assets/black.css b/app/bits/assets/black.css new file mode 100755 index 0000000..30aed8f --- /dev/null +++ b/app/bits/assets/black.css @@ -0,0 +1,44 @@ +#header { + border-bottom: 1px solid rgba(255, 255, 255, .25) !important; + height: 31px !important; +} + +#view { + background: black !important; + color: white !important; +} + +.transaction { + border-bottom: 1px solid rgba(255, 255, 255, .1) !important; +} + +.transaction:hover, .transaction:active, .transaction:focus { + background: rgba(255, 255, 255, .1) !important; +} + +#goal { + background: black !important; + border-top: 1px solid rgba(255, 255, 255, .25) !important; +} + +#goal-bar { + background: rgba(255, 255, 255, .1) !important; +} + +#confirm-modal-inner > h3, #create-modal-inner > h3, #about-modal-inner > h3 { + background: rgba(255, 255, 255, .1); +} + +#confirm-modal-inner, #create-modal-inner, #about-modal-inner { + color: white; + background: rgb(60, 60, 60) !important; +} + +.mdc-fab, .mdc-fab *, #header-user, #header-user *, .mdc-radio, .mdc-radio * { + overflow: hidden !important; +} + +.mdc-top-app-bar { + background: #111; + border-bottom: 1px solid #252525; +} \ No newline at end of file -- cgit