Override search result title to use sans-serif

This commit is contained in:
Alasdair Smith 2018-10-12 09:53:22 +01:00
parent 0f9b65be23
commit 518ae83e48

View file

@ -133,6 +133,10 @@
background: none !important;
border-bottom: none !important;
h2 {
font-family: @font-family-sans-serif;
}
// Unfortunately AddSearch doesn't add very useful classes, so have to use
// some horrible nesting :/
& > div {