diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-07-08 19:23:38 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-07-08 19:23:38 +0200 |
commit | 824558ce98b0114644e4a4557e28db46c909dd08 (patch) | |
tree | 067125b93bd1e48bf9cba13382cf60144adf0045 /css | |
parent | Test source (diff) | |
download | gitjoe-www-824558ce98b0114644e4a4557e28db46c909dd08.tar.gz gitjoe-www-824558ce98b0114644e4a4557e28db46c909dd08.tar.bz2 gitjoe-www-824558ce98b0114644e4a4557e28db46c909dd08.tar.xz gitjoe-www-824558ce98b0114644e4a4557e28db46c909dd08.tar.zst gitjoe-www-824558ce98b0114644e4a4557e28db46c909dd08.zip |
Fix
Diffstat (limited to 'css')
-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; |