diff options
-rw-r--r-- | css/gitjoe.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/css/gitjoe.css b/css/gitjoe.css index a3b4683..9c108ef 100644 --- a/css/gitjoe.css +++ b/css/gitjoe.css @@ -133,7 +133,7 @@ a.line:hover { background-color: #ffafef; } -pre.blob { +pre#blob { font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace; font-size: smaller; background-color: #d1e2f4; |