activitypub transmogrifier: rewrite incoming hashtags
[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 .reply-indicator__display-name .display-name__html,
28 .reply-indicator__display-name .display-name__account {
29 color: #d8a070;
30 }
31
32 .status__wrapper.status__wrapper-public.focusable {
33 background-color: #121a24;
34 }
35
36 .status__prepend {
37 background-color: #121a24;
38 }
39
40 .status-link {
41 color: #d8a070;
42 }
43
44 .status__content.status__content--with-action {
45 color: #b9b9ba;
46 }
47
48 .drawer__inner {
49 background-color: #121a24;
50 }
51
52 .drawer__tab {
53 background-color: #182230;
54 color: #d8a070;
55 }
56
57 .column-header {
58 background-color: #182230;
59 }
60
61 .column-link {
62 background-color: #121a24;
63 }
64
65 .column-subheading {
66 background-color: #182230;
67 color: #b9b9ba;
68 }
69
70 .static-content.getting-started {
71 display: none;
72 height: 0px;
73 }
74
75 .column-header__collapsible-inner {
76 background-color: #182230;
77 color: #b9b9ba;
78 }
79
80 .button.button--block {
81 background-color: #d8a070;
82 }
83
84 .column-header__back-button {
85 background-color: #182230;
86 color: #d8a070;
87 }
88
89 .column-back-button {
90 background-color: #182230;
91 color: #d8a070;
92 }
93
94 .scrollable.detailed-status__wrapper {
95 background-color: #121a24;
96 }
97
98 .detailed-status {
99 background-color: #121a24;
100 }
101
102 .detailed-status__action-bar {
103 background-color: #121a24;
104 }
105 .status__action-bar-button{
106 background-color: #121a24;
107 }
108 .status__action-bar{
109 color:#d8a070;
110 }
111 .navigation-bar__profile-edit span {
112 color: #d8a070;
113 }
114
115 .compose-form__buttons {
116 background-color: #182230;
117 color: #d8a070;
118 }
119
120 .getting-started__footer {
121 background-color: #121a24;
122 }
123 .notification__message{
124 background-color: #121a24;
125
126 }
127 a.status-link{
128 color: #d8a070;
129 }
130 .column {
131 flex: 1 1 auto !important;
132 }