Update pl-dark-masto-fe.css, fix notification_message and retweet
[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 .status.status-public {
11 background-color: #121a24;
12 }
13
14 .column-header__button.active {
15 background-color: #182230;
16 }
17
18 .notification.notification-favourite.focusable {
19 background-color: #121a24;
20 }
21
22 .display-name__account {
23 color: #d8a070;
24 }
25
26 .status__relative-time {
27 color: #d8a070;
28 }
29
30 .status__wrapper.status__wrapper-public.focusable {
31 background-color: #121a24;
32 }
33
34 .status__prepend {
35 background-color: #121a24;
36 }
37
38 .status-link {
39 color: #d8a070;
40 }
41
42 .fa {
43 color: #d8a070;
44 }
45
46 .icon-button {
47 color: #d8a070;
48 }
49
50 .status__content.status__content--with-action {
51 color: #b9b9ba;
52 }
53
54 .drawer__inner {
55 background-color: #121a24;
56 }
57
58 .drawer__tab {
59 background-color: #182230;
60 color: #d8a070;
61 }
62
63 .column-header {
64 background-color: #182230;
65 }
66
67 .column-link {
68 background-color: #121a24;
69 }
70
71 .column-subheading {
72 background-color: #182230;
73 color: #b9b9ba;
74 }
75
76 .static-content.getting-started {
77 display: none;
78 height: 0px;
79 }
80
81 .column-header__collapsible-inner {
82 background-color: #182230;
83 color: #b9b9ba;
84 }
85
86 .button.button--block {
87 background-color: #d8a070;
88 }
89
90 .column-header__back-button {
91 background-color: #182230;
92 color: #d8a070;
93 }
94
95 .column-back-button {
96 background-color: #182230;
97 color: #d8a070;
98 }
99
100 .scrollable.detailed-status__wrapper {
101 background-color: #121a24;
102 }
103
104 .detailed-status {
105 background-color: #121a24;
106 }
107
108 .detailed-status__action-bar {
109 background-color: #121a24;
110 }
111
112 .navigation-bar__profile-edit span {
113 color: #d8a070;
114 }
115
116 .compose-form__buttons {
117 background-color: #182230;
118 color: #b9b9ba;
119 }
120
121 .text-icon-button {
122 color: #d8a070;
123 }
124
125 .getting-started__footer {
126 background-color: #121a24;
127 }
128 .notification__message{
129 background-color: #121a24;
130
131 }