Make result-bot TODO tag more badge-like.
This commit is contained in:
parent
964e2501ee
commit
613aa4c88f
1 changed files with 7 additions and 2 deletions
|
@ -93,8 +93,13 @@ body nav input {
|
|||
}
|
||||
|
||||
.results-box li h2.is-todo::before {
|
||||
content: ' [TODO] ';
|
||||
color: #D00;
|
||||
content: 'TODO';
|
||||
display: inline-block;
|
||||
background-color: #D00;
|
||||
padding: 0.25ex;
|
||||
border-radius: 4px;
|
||||
font-size: 90%;
|
||||
margin-right: 0.5ex;
|
||||
}
|
||||
|
||||
.no-results-box {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue