Merge branch 'develop' of https://git.pleroma.social/pleroma/pleroma into develop
[akkoma] /
1 .base00-background { background-color: #f8f8f8; }
2 .base01-background { background-color: #e8e8e8; }
3 .base02-background { background-color: #d8d8d8; }
4 .base03-background { background-color: #b8b8b8; }
5 .base04-background { background-color: #585858; }
6 .base05-background { background-color: #383838; }
7 .base06-background { background-color: #282828; }
8 .base07-background { background-color: #181818; }
9 .base08-background { background-color: #ab4642; }
10 .base09-background { background-color: #dc9656; }
11 .base0A-background { background-color: #f7ca88; }
12 .base0B-background { background-color: #a1b56c; }
13 .base0C-background { background-color: #86c1b9; }
14 .base0D-background { background-color: #7cafc2; }
15 .base0E-background { background-color: #ba8baf; }
16 .base0F-background { background-color: #a16946; }
17
18 .base00 { color: #f8f8f8; }
19 .base01 { color: #e8e8e8; }
20 .base02 { color: #d8d8d8; }
21 .base03 { color: #b8b8b8; }
22 .base04 { color: #585858; }
23 .base05 { color: #383838; }
24 .base06 { color: #282828; }
25 .base07 { color: #181818; }
26 .base08 { color: #ab4642; }
27 .base09 { color: #dc9656; }
28 .base0A { color: #f7ca88; }
29 .base0B { color: #a1b56c; }
30 .base0C { color: #86c1b9; }
31 .base0D { color: #7cafc2; }
32 .base0E { color: #ba8baf; }
33 .base0F { color: #a16946; }