diff options
| author | lambda <pleromagit@rogerbraun.net> | 2017-11-19 11:39:00 +0000 |
|---|---|---|
| committer | lambda <pleromagit@rogerbraun.net> | 2017-11-19 11:39:00 +0000 |
| commit | 9674320e0983fd35267115fe111711ba5e2ebec8 (patch) | |
| tree | 11410aed1012f1b98ecabb4cb2b7fb47ec52f273 /static/css | |
| parent | 86e685ac3452e42c3276e6ea2d3e7988abf2941a (diff) | |
| parent | a7500410ff17fbf742336d065a1dfedf87df587b (diff) | |
Merge branch 'feature/custom-theme' into 'develop'
Customizable themes
Closes #41
See merge request pleroma/pleroma-fe!165
Diffstat (limited to 'static/css')
| -rw-r--r-- | static/css/base16-pleroma-dark.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/css/base16-pleroma-dark.css b/static/css/base16-pleroma-dark.css index 8190d2a7..e1d46f92 100644 --- a/static/css/base16-pleroma-dark.css +++ b/static/css/base16-pleroma-dark.css @@ -17,7 +17,7 @@ .base00 { color: #161c20; } .base01 { color: #282e32; } -.base02 { color: #36393e; } +.base02 { color: #343a3f; } .base03 { color: #4e5256; } .base04 { color: #ababab; } .base05 { color: #b9b9b9; } |
