mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-14 16:53:27 +00:00
Override search result title to use sans-serif
This commit is contained in:
parent
0f9b65be23
commit
518ae83e48
1 changed files with 4 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue