summaryrefslogtreecommitdiff
path: root/assets/black.css
blob: aca4d03b87ed0d5019f8e1a481b4feb081578c8b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
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;
}