Update pl-dark-masto-fe.css
[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 {
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 !important;
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 .status__action-bar-button{
112 background-color: #121a24;
113 }
114 .status__action-bar{
115 color:#d8a070;
116 }
117 .navigation-bar__profile-edit span {
118 color: #d8a070;
119 }
120
121 .compose-form__buttons {
122 background-color: #182230;
123 color: #b9b9ba;
124 }
125
126 .text-icon-button {
127 color: #d8a070;
128 }
129
130 .getting-started__footer {
131 background-color: #121a24;
132 }
133 .notification__message{
134 background-color: #121a24;
135
136 }