add an optional pleroma.css color scheme
This commit is contained in:
parent
70728b3fb1
commit
ff9d4336db
|
@ -2,6 +2,8 @@ changelog
|
|||
|
||||
-- next
|
||||
|
||||
+ Optional pleroma color scheme for the home sick...
|
||||
|
||||
+ Rebalance colors slightly. Looks a little fresher now?
|
||||
|
||||
+ Add unplug command for servers that have dropped off the net.
|
||||
|
|
|
@ -200,6 +200,12 @@ honk-v98> ./honk -datadir ../honkdata admin
|
|||
honk-v98> date; ./honk -datadir ../honkdata >> log 2>&1
|
||||
.Ed
|
||||
.Pp
|
||||
The views directory includes a sample pleroma.css to change color scheme.
|
||||
.Bd -literal -offset indent
|
||||
honk-v98> mkdir ../honkdata/views
|
||||
honk-v98> cp views/pleroma.css ../honkdata/views/local.css
|
||||
.Ed
|
||||
.Pp
|
||||
Upgrade to the next version.
|
||||
Clean things up a bit.
|
||||
.Bd -literal -offset indent
|
||||
|
|
|
@ -0,0 +1,7 @@
|
|||
html {
|
||||
--bg-page: #1b2735;
|
||||
--bg-dark: #121a24;
|
||||
--fg: #b9b9ba;
|
||||
--hl: #d8a070;
|
||||
--fg-subtle: rgba(185, 185, 186, 0.5);
|
||||
}
|
Loading…
Reference in New Issue