summaryrefslogtreecommitdiff
path: root/priv/static/packs/pl-dark-masto-fe.css
blob: dc35b54080a38451f8cf5fdb0d4ad1e4d3069ab5 (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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
.column-header {
    background-color: #182230;
    color: #d8a070;
}

.column-header__button {
    background-color: #182230;
}

.reply-indicator,
.reply-indicator__content {
    background-color: #182230;
    color: #b9b9ba;
}

.status.status-public {
    background-color: #121a24;
}

.column-header__button.active {
    background-color: #182230;
}

.notification {
    background-color: #121a24;
}
.display-name__html,
.display-name__account {
    color: #d8a070;
}

.status__relative-time {
    color: #d8a070;
}

.status__wrapper.status__wrapper-public.focusable {
    background-color: #121a24;
}

.status__prepend {
    background-color: #121a24;
}

.status-link {
    color: #d8a070;
}

.fa {
    color: #d8a070;
}

.icon-button {
    color: #d8a070 !important;
}

.status__content.status__content--with-action {
    color: #b9b9ba;
}

.drawer__inner {
    background-color: #121a24;
}

.drawer__tab {
    background-color: #182230;
    color: #d8a070;
}

.column-header {
    background-color: #182230;
}

.column-link {
    background-color: #121a24;
}

.column-subheading {
    background-color: #182230;
    color: #b9b9ba;
}

.static-content.getting-started {
    display: none;
    height: 0px;
}

.column-header__collapsible-inner {
    background-color: #182230;
    color: #b9b9ba;
}

.button.button--block {
    background-color: #d8a070;
}

.column-header__back-button {
    background-color: #182230;
    color: #d8a070;
}

.column-back-button {
    background-color: #182230;
    color: #d8a070;
}

.scrollable.detailed-status__wrapper {
    background-color: #121a24;
}

.detailed-status {
    background-color: #121a24;
}

.detailed-status__action-bar {
    background-color: #121a24;
}
.status__action-bar-button{
    background-color: #121a24;
}
.status__action-bar{
    color:#d8a070;
}
.navigation-bar__profile-edit span {
    color: #d8a070;
}

.compose-form__buttons {
    background-color: #182230;
    color: #d8a070;
}

.text-icon-button {
    color: #d8a070;
}

.getting-started__footer {
    background-color: #121a24;
}
.notification__message{
    background-color: #121a24;    

}
a.status-link{
    color: #d8a070;
}
.column { 
flex: 1 1 auto !important;
}