css: add style for main title tag/badge (#55395)

This commit is contained in:
Frédéric Péters 2021-07-05 12:46:55 +02:00
parent 7ceef600ae
commit 55d19c7050
1 changed files with 10 additions and 0 deletions

View File

@ -1180,6 +1180,16 @@ $appicons: add, agendas, announces, book, calendar, cards, categories, clock, co
color: white;
}
}
h2 span.tag {
box-sizing: border-box;
border-radius: 1em;
padding: 0 1rem;
background: #fafaff;
color: $font-color;
border: 1px solid $primary-color;
font-size: 1.2rem;
margin-left: 0.5rem;
}
}
div.section {