summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-07-08 19:25:09 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-07-08 19:25:09 +0200
commit2c9c044727ca08d0770927158a64f8042b9f7d7d (patch)
treead1ca6778464808193bed7fe5bf1be68d59c1271
parentFix (diff)
downloadgitjoe-www-2c9c044727ca08d0770927158a64f8042b9f7d7d.tar.gz
gitjoe-www-2c9c044727ca08d0770927158a64f8042b9f7d7d.tar.bz2
gitjoe-www-2c9c044727ca08d0770927158a64f8042b9f7d7d.tar.xz
gitjoe-www-2c9c044727ca08d0770927158a64f8042b9f7d7d.tar.zst
gitjoe-www-2c9c044727ca08d0770927158a64f8042b9f7d7d.zip
Update
-rw-r--r--css/gitjoe.css8
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;