diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-07-08 18:27:48 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-07-08 18:27:48 +0200 |
commit | 9dfb79cf361a70eda217574cd007aaea62534cca (patch) | |
tree | 993c867ceb7eea47059646adc0dce0b5f7bd3113 | |
parent | Added git logo (diff) | |
download | gitjoe-www-9dfb79cf361a70eda217574cd007aaea62534cca.tar.gz gitjoe-www-9dfb79cf361a70eda217574cd007aaea62534cca.tar.bz2 gitjoe-www-9dfb79cf361a70eda217574cd007aaea62534cca.tar.xz gitjoe-www-9dfb79cf361a70eda217574cd007aaea62534cca.tar.zst gitjoe-www-9dfb79cf361a70eda217574cd007aaea62534cca.zip |
Test
-rw-r--r-- | css/gitjoe.css | 31 |
1 files changed, 1 insertions, 30 deletions
diff --git a/css/gitjoe.css b/css/gitjoe.css index 5e16d96..395e70b 100644 --- a/css/gitjoe.css +++ b/css/gitjoe.css @@ -31,7 +31,7 @@ header { } -header h1 { +h1 { font-size: x-large; font-weight: bold; text-align: center; @@ -40,35 +40,6 @@ header h1 { color: #292929; } -header a { - margin: 0pt; - border-collapse: collapse; -} - -header a:link { - color: #292929; - background-color: transparent; - text-decoration: none; -} - -header a:visited { - color: #292929; - background-color: transparent; - text-decoration: none; -} - -header a:hover { - color: #292929; - background-color: transparent; - text-decoration: none; -} - -header a:active { - color: #292929; - background-color: transparent; - text-decoration: none; -} - footer { border-top: 1pt solid #ccc; background-color: #f1f1f1; |