diff options
| author | shpuld <shp@cock.li> | 2017-11-17 17:24:42 +0200 |
|---|---|---|
| committer | shpuld <shp@cock.li> | 2017-11-17 17:24:42 +0200 |
| commit | 21b31cf599e3dd619694ca7b6b998494b18af770 (patch) | |
| tree | 622bc742d98442f03f9ba547ac77f7e1ebd0c3c2 /static/css | |
| parent | e13c8c3fd292e5afa43f78bfff9e1bdd754c1df9 (diff) | |
Move custom theming from settings to style-switcher, remove usage of custom .css files, use styles.json instead.
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; } |
