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:
parent
7a5239efc1
commit
724ae7a106
1 changed files with 3 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue