Make result-bot TODO tag more badge-like.

This commit is contained in:
Sergio Martínez Portela 2022-11-01 12:19:34 +01:00
parent 964e2501ee
commit 613aa4c88f

View File

@ -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 {