Tweak series marker colors
This commit is contained in:
@@ -214,7 +214,12 @@ ul.post-list {
|
||||
display: block;
|
||||
}
|
||||
|
||||
p.post-wordcount {
|
||||
p.post-status {
|
||||
margin-bottom: 0.2rem;
|
||||
margin-top: 0.2rem;
|
||||
}
|
||||
|
||||
p.post-wordcount, p.post-status {
|
||||
text-align: center;
|
||||
margin-bottom: 0.6rem;
|
||||
}
|
||||
@@ -321,16 +326,17 @@ figure {
|
||||
.series-status {
|
||||
display: inline-block;
|
||||
padding: 0.5rem;
|
||||
border-radius: 1rem;
|
||||
border: $standard-border-width solid rgba(black, 0.3);
|
||||
|
||||
@include bordered-block;
|
||||
border-color: rgba(black, 0.3);
|
||||
|
||||
&.suspended {
|
||||
background-color: lighten(yellow, 30%);
|
||||
color: darken(yellow, 30%);
|
||||
background-color: lighten(yellow, 40%);
|
||||
color: darken(yellow, 40%);
|
||||
}
|
||||
|
||||
&.complete {
|
||||
background-color: lighten(green, 50%);
|
||||
background-color: lighten(green, 60%);
|
||||
color: darken(green, 10%);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user