Added --theme-top-bar-write-* (#1388)

* Added --theme-top-bar-write-*

Adding both --theme-top-bar-write-color and --theme-top-bar-write-background to change the text/border colour and background colour of the write a post button.

* add --theme-top-bar-write-color to border

Added --theme-top-bar-write-color to border

* Revert theme changes

* Limit changes to write button

Styles were leaking but are now contained
This commit is contained in:
Andrew Bone 2018-12-24 14:40:33 +00:00 committed by Ben Halpern
parent 7a5239efc1
commit 724ae7a106

View file

@ -55,6 +55,9 @@
font-weight: bold;
border-radius: 3px;
border: 2px solid $black;
border: 2px solid var(--theme-top-bar-write-color, $black);
color: var(--theme-top-bar-write-color, $black);
background: var(--theme-top-bar-write-background, $green);
@media screen and (min-width: 560px) {
display: block;
right: 140px;