Merge branch 'develop' of https://git.pleroma.social/pleroma/pleroma into develop
[akkoma] /
1 .base00-background { background-color: #2b303b; }
2 .base01-background { background-color: #343d46; }
3 .base02-background { background-color: #4f5b66; }
4 .base03-background { background-color: #65737e; }
5 .base04-background { background-color: #a7adba; }
6 .base05-background { background-color: #c0c5ce; }
7 .base06-background { background-color: #dfe1e8; }
8 .base07-background { background-color: #eff1f5; }
9 .base08-background { background-color: #bf616a; }
10 .base09-background { background-color: #d08770; }
11 .base0A-background { background-color: #ebcb8b; }
12 .base0B-background { background-color: #a3be8c; }
13 .base0C-background { background-color: #96b5b4; }
14 .base0D-background { background-color: #8fa1b3; }
15 .base0E-background { background-color: #b48ead; }
16 .base0F-background { background-color: #ab7967; }
17
18 .base00 { color: #2b303b; }
19 .base01 { color: #343d46; }
20 .base02 { color: #4f5b66; }
21 .base03 { color: #65737e; }
22 .base04 { color: #a7adba; }
23 .base05 { color: #c0c5ce; }
24 .base06 { color: #dfe1e8; }
25 .base07 { color: #eff1f5; }
26 .base08 { color: #bf616a; }
27 .base09 { color: #d08770; }
28 .base0A { color: #ebcb8b; }
29 .base0B { color: #a3be8c; }
30 .base0C { color: #96b5b4; }
31 .base0D { color: #8fa1b3; }
32 .base0E { color: #b48ead; }
33 .base0F { color: #ab7967; }