|
3 | 3 | @mixin transparent-background( |
4 | 4 | $wallpaper-dark, |
5 | 5 | $wallpaper, |
6 | | - $ui-base-color, |
7 | | - $ui-highlight-color, |
8 | 6 | $no-gap-breakpoint |
9 | 7 | ) { |
10 | 8 | .transparent-bg { |
|
37 | 35 | .compose-form { |
38 | 36 |
|
39 | 37 | &__highlightable { |
40 | | - background: rgba(color.adjust($ui-base-color, $lightness: -15%), 0.7); |
| 38 | + background: rgba(9, 9, 12, 0.7); |
41 | 39 | } |
42 | 40 |
|
43 | 41 | .autosuggest-textarea__textarea, |
|
51 | 49 | } |
52 | 50 |
|
53 | 51 | .search__input { |
54 | | - background: rgba(color.adjust($ui-base-color, $lightness: -15%), 0.7); |
| 52 | + background: rgba(9, 9, 12, 0.7); |
55 | 53 | } |
56 | 54 |
|
57 | 55 | @media screen and (max-width: #{ $no-gap-breakpoint - 1 }) { |
|
152 | 150 | .compose-form { |
153 | 151 |
|
154 | 152 | &__highlightable { |
155 | | - background: rgba(color.adjust($ui-base-color, $lightness: -15%), 0.5); |
| 153 | + background: rgba(9, 9, 12, 0.5); |
156 | 154 | } |
157 | 155 | } |
158 | 156 |
|
159 | 157 | .search__input { |
160 | | - background: rgba(color.adjust($ui-base-color, $lightness: -15%), 0.5); |
| 158 | + background: rgba(9, 9, 12, 0.5); |
161 | 159 | } |
162 | 160 |
|
163 | 161 | /* 意味のある色変更 */ |
164 | 162 |
|
165 | 163 | .column-subheading { |
166 | | - background: rgba(color.adjust($ui-base-color, $lightness: 15%), 0.3); |
| 164 | + background: rgba(73, 73, 101, 0.3); |
167 | 165 | } |
168 | 166 |
|
169 | 167 | .detailed-status__wrapper-direct { |
170 | 168 |
|
171 | 169 | .detailed-status, |
172 | 170 | .detailed-status__action-bar { |
173 | | - background: rgba(color.mix($ui-base-color, $ui-highlight-color, 95%), 0.6); |
| 171 | + background: rgba(44, 44, 66, 0.6); |
174 | 172 | } |
175 | 173 | } |
176 | 174 |
|
|
219 | 217 | } |
220 | 218 |
|
221 | 219 | .reply-indicator__line::before { |
222 | | - background: color.adjust($ui-base-color, $lightness: 60%); |
| 220 | + background: rgb(193, 193, 210); |
223 | 221 | box-shadow: 2px 2px 2px black; |
224 | 222 | } |
225 | 223 |
|
|
0 commit comments