diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2020-07-05 15:01:01 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2020-07-05 15:04:54 -0400 |
commit | a08e42e1dd88c8042249b39b9275fb0c2216e8dc (patch) | |
tree | 6d73c3ae5214753a278ecd0f9084b32e1bbaeb96 /coverage/htmlfiles/style.scss | |
parent | 336f55fbce7ff85a047095d658d0aff3a15e24e0 (diff) | |
download | python-coveragepy-git-a08e42e1dd88c8042249b39b9275fb0c2216e8dc.tar.gz |
Back to monospaced for the index page
Diffstat (limited to 'coverage/htmlfiles/style.scss')
-rw-r--r-- | coverage/htmlfiles/style.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coverage/htmlfiles/style.scss b/coverage/htmlfiles/style.scss index 1681663d..98f9e55d 100644 --- a/coverage/htmlfiles/style.scss +++ b/coverage/htmlfiles/style.scss @@ -573,7 +573,7 @@ $context-panel-color: #aaeeff; // index styles #index { - font-family: $font-normal; + font-family: $font-code; font-size: 0.875em; table.index { |