summaryrefslogtreecommitdiff
path: root/assets/black.css
diff options
context:
space:
mode:
authorMinteck <contact@minteck.org>2022-06-27 17:02:30 +0200
committerMinteck <contact@minteck.org>2022-06-27 17:02:30 +0200
commiteed86d556ccba5d6bfdc8795990f188d0c573fc7 (patch)
tree3494d9fb204550eb4eba0321b808f771fb6c94e2 /assets/black.css
parentd2a4546fdb55ac8dba8d41d3a7dad39e68555c81 (diff)
downloadbits-client-eed86d556ccba5d6bfdc8795990f188d0c573fc7.tar.gz
bits-client-eed86d556ccba5d6bfdc8795990f188d0c573fc7.tar.bz2
bits-client-eed86d556ccba5d6bfdc8795990f188d0c573fc7.zip
Update
Diffstat (limited to 'assets/black.css')
-rw-r--r--assets/black.css68
1 files changed, 34 insertions, 34 deletions
diff --git a/assets/black.css b/assets/black.css
index aca4d03..ac59a7c 100644
--- a/assets/black.css
+++ b/assets/black.css
@@ -1,35 +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;
+#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