Make result-bot TODO tag more badge-like.
This commit is contained in:
parent
964e2501ee
commit
613aa4c88f
@ -93,8 +93,13 @@ body nav input {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.results-box li h2.is-todo::before {
|
.results-box li h2.is-todo::before {
|
||||||
content: ' [TODO] ';
|
content: 'TODO';
|
||||||
color: #D00;
|
display: inline-block;
|
||||||
|
background-color: #D00;
|
||||||
|
padding: 0.25ex;
|
||||||
|
border-radius: 4px;
|
||||||
|
font-size: 90%;
|
||||||
|
margin-right: 0.5ex;
|
||||||
}
|
}
|
||||||
|
|
||||||
.no-results-box {
|
.no-results-box {
|
||||||
|
Loading…
Reference in New Issue
Block a user