From 27262ca8ab4e9dfc292d6701a93d9e446551a87a Mon Sep 17 00:00:00 2001 From: Minteck Date: Fri, 17 Jun 2022 15:30:54 +0200 Subject: Update --- assets/black.css | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 assets/black.css (limited to 'assets/black.css') diff --git a/assets/black.css b/assets/black.css new file mode 100644 index 0000000..aca4d03 --- /dev/null +++ b/assets/black.css @@ -0,0 +1,35 @@ +#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; +} \ No newline at end of file -- cgit