Fixed in-reply CSS, also included full column width (to have timelines take the whole...
[akkoma] / priv / static / packs / pl-dark-masto-fe.css
1 .column-header {
2 background-color: #182230;
3 color: #d8a070;
4 }
5
6 .column-header__button {
7 background-color: #182230;
8 }
9
10 .reply-indicator,
11 .reply-indicator__content {
12 background-color: #182230;
13 color: #b9b9ba;
14 }
15
16 .status.status-public {
17 background-color: #121a24;
18 }
19
20 .column-header__button.active {
21 background-color: #182230;
22 }
23
24 .notification {
25 background-color: #121a24;
26 }
27 .display-name__html,
28 .display-name__account {
29 color: #d8a070;
30 }
31
32 .status__relative-time {
33 color: #d8a070;
34 }
35
36 .status__wrapper.status__wrapper-public.focusable {
37 background-color: #121a24;
38 }
39
40 .status__prepend {
41 background-color: #121a24;
42 }
43
44 .status-link {
45 color: #d8a070;
46 }
47
48 .fa {
49 color: #d8a070;
50 }
51
52 .icon-button {
53 color: #d8a070 !important;
54 }
55
56 .status__content.status__content--with-action {
57 color: #b9b9ba;
58 }
59
60 .drawer__inner {
61 background-color: #121a24;
62 }
63
64 .drawer__tab {
65 background-color: #182230;
66 color: #d8a070;
67 }
68
69 .column-header {
70 background-color: #182230;
71 }
72
73 .column-link {
74 background-color: #121a24;
75 }
76
77 .column-subheading {
78 background-color: #182230;
79 color: #b9b9ba;
80 }
81
82 .static-content.getting-started {
83 display: none;
84 height: 0px;
85 }
86
87 .column-header__collapsible-inner {
88 background-color: #182230;
89 color: #b9b9ba;
90 }
91
92 .button.button--block {
93 background-color: #d8a070;
94 }
95
96 .column-header__back-button {
97 background-color: #182230;
98 color: #d8a070;
99 }
100
101 .column-back-button {
102 background-color: #182230;
103 color: #d8a070;
104 }
105
106 .scrollable.detailed-status__wrapper {
107 background-color: #121a24;
108 }
109
110 .detailed-status {
111 background-color: #121a24;
112 }
113
114 .detailed-status__action-bar {
115 background-color: #121a24;
116 }
117 .status__action-bar-button{
118 background-color: #121a24;
119 }
120 .status__action-bar{
121 color:#d8a070;
122 }
123 .navigation-bar__profile-edit span {
124 color: #d8a070;
125 }
126
127 .compose-form__buttons {
128 background-color: #182230;
129 color: #d8a070;
130 }
131
132 .text-icon-button {
133 color: #d8a070;
134 }
135
136 .getting-started__footer {
137 background-color: #121a24;
138 }
139 .notification__message{
140 background-color: #121a24;
141
142 }
143 a.status-link{
144 color: #d8a070;
145 }
146 .column {
147 flex: 1 1 auto !important;
148 }