summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-07-09 17:39:59 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-07-09 17:39:59 +0200
commit7053264fb904a9bf016192d57cd49f6f4814c921 (patch)
tree723c3b532ab384755f9ff81a163f83cd75643ff6
parentGitignore update (diff)
downloadgitjoe-www-7053264fb904a9bf016192d57cd49f6f4814c921.tar.gz
gitjoe-www-7053264fb904a9bf016192d57cd49f6f4814c921.tar.bz2
gitjoe-www-7053264fb904a9bf016192d57cd49f6f4814c921.tar.xz
gitjoe-www-7053264fb904a9bf016192d57cd49f6f4814c921.tar.zst
gitjoe-www-7053264fb904a9bf016192d57cd49f6f4814c921.zip
CSS
-rw-r--r--css/gitjoe.css10
1 files changed, 7 insertions, 3 deletions
diff --git a/css/gitjoe.css b/css/gitjoe.css
index ed81bc5..153cdfb 100644
--- a/css/gitjoe.css
+++ b/css/gitjoe.css
@@ -50,10 +50,14 @@ hr {
}
h1 {
- font-size: x-large;
+ font-size: 140%;
font-weight: bold;
- margin: 2pt;
- color: #292929;
+ text-align: left;
+ padding: 0em 0em 0.25rem 0em;
+ margin: 0pt;
+ margin-top: 1em;
+ color: #24c;
+ border-bottom: 2px solid #24c;
}
td.td_author {