diff options
author | Minteck <contact@minteck.org> | 2023-02-23 19:34:56 +0100 |
---|---|---|
committer | Minteck <contact@minteck.org> | 2023-02-23 19:34:56 +0100 |
commit | 3d1cd02f27518f1a04374c7c8320cd5d82ede6e9 (patch) | |
tree | 75be5fba4368472fb11c8015aee026b2b9a71888 /app/bits/static/black.css | |
parent | 8cc1f13c17fa2fb5a4410542d39e650e02945634 (diff) | |
download | pluralconnect-3d1cd02f27518f1a04374c7c8320cd5d82ede6e9.tar.gz pluralconnect-3d1cd02f27518f1a04374c7c8320cd5d82ede6e9.tar.bz2 pluralconnect-3d1cd02f27518f1a04374c7c8320cd5d82ede6e9.zip |
Updated 40 files, added 37 files, deleted 1103 files and renamed 3905 files (automated)
Diffstat (limited to 'app/bits/static/black.css')
-rwxr-xr-x | app/bits/static/black.css | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/app/bits/static/black.css b/app/bits/static/black.css deleted file mode 100755 index 30aed8f..0000000 --- a/app/bits/static/black.css +++ /dev/null @@ -1,44 +0,0 @@ -#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 |