diff options
-rw-r--r-- | css/gitjoe.css | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/css/gitjoe.css b/css/gitjoe.css index 9c108ef..61ce1cc 100644 --- a/css/gitjoe.css +++ b/css/gitjoe.css @@ -125,15 +125,11 @@ div#content tr:hover { background-color: #d1e2f4; } -a.line { - color: #8f3f71; -} - a.line:hover { - background-color: #ffafef; + background-color: #d1e2f4; } -pre#blob { +pre { font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace; font-size: smaller; background-color: #d1e2f4; |