mirror of
https://git.zx2c4.com/cgit
synced 2025-07-22 11:54:23 +02:00
Fix css font-family
When the sidebar was introduced in v0.7 the default font-family property got messed up, but this commit should fix the issue. Signed-off-by: Lars Hjemli <hjemli@gmail.com>
This commit is contained in:
parent
76ba6287bf
commit
adf61225c4
1 changed files with 1 additions and 1 deletions
2
cgit.css
2
cgit.css
|
@ -4,7 +4,7 @@ body, table {
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
font-family: sans;
|
font-family: sans-serif;
|
||||||
font-size: 10pt;
|
font-size: 10pt;
|
||||||
color: #333;
|
color: #333;
|
||||||
background: white;
|
background: white;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue