Merge branch 'develop' of https://git.pleroma.social/pleroma/pleroma into develop
[akkoma] /
1 .base00-background { background-color: #2f1e2e; }
2 .base01-background { background-color: #41323f; }
3 .base02-background { background-color: #4f424c; }
4 .base03-background { background-color: #776e71; }
5 .base04-background { background-color: #8d8687; }
6 .base05-background { background-color: #a39e9b; }
7 .base06-background { background-color: #b9b6b0; }
8 .base07-background { background-color: #e7e9db; }
9 .base08-background { background-color: #ef6155; }
10 .base09-background { background-color: #f99b15; }
11 .base0A-background { background-color: #fec418; }
12 .base0B-background { background-color: #48b685; }
13 .base0C-background { background-color: #5bc4bf; }
14 .base0D-background { background-color: #06b6ef; }
15 .base0E-background { background-color: #815ba4; }
16 .base0F-background { background-color: #e96ba8; }
17
18 .base00 { color: #2f1e2e; }
19 .base01 { color: #41323f; }
20 .base02 { color: #4f424c; }
21 .base03 { color: #776e71; }
22 .base04 { color: #8d8687; }
23 .base05 { color: #a39e9b; }
24 .base06 { color: #b9b6b0; }
25 .base07 { color: #e7e9db; }
26 .base08 { color: #ef6155; }
27 .base09 { color: #f99b15; }
28 .base0A { color: #fec418; }
29 .base0B { color: #48b685; }
30 .base0C { color: #5bc4bf; }
31 .base0D { color: #06b6ef; }
32 .base0E { color: #815ba4; }
33 .base0F { color: #e96ba8; }