diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-07-08 19:26:20 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-07-08 19:26:20 +0200 |
commit | 2865167d77ca6dac0385e1f72e387729ab63733e (patch) | |
tree | a34ab6a72e4bcfc45d3e5ecbc7c326b93cd7af19 | |
parent | Update (diff) | |
download | gitjoe-www-2865167d77ca6dac0385e1f72e387729ab63733e.tar.gz gitjoe-www-2865167d77ca6dac0385e1f72e387729ab63733e.tar.bz2 gitjoe-www-2865167d77ca6dac0385e1f72e387729ab63733e.tar.xz gitjoe-www-2865167d77ca6dac0385e1f72e387729ab63733e.tar.zst gitjoe-www-2865167d77ca6dac0385e1f72e387729ab63733e.zip |
Try
-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 61ce1cc..b6683d4 100644 --- a/css/gitjoe.css +++ b/css/gitjoe.css @@ -132,7 +132,7 @@ a.line:hover { pre { font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace; font-size: smaller; - background-color: #d1e2f4; + background-color: #ebdbb2; border-radius: 4px; display: block; margin: 0; |