diff options
author | Francesco Tomaselli <tomaselli.fr@gmail.com> | 2024-10-29 17:04:10 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-29 17:04:10 +0100 |
commit | 9a0905802287ba20f9e67a7d21a14fae1b9850c4 (patch) | |
tree | 24f5526ef17aea91f0a1773a5b22489d07f42b10 /assets | |
parent | b36647a39470fd0b0b19370795cdc81d56b0a295 (diff) | |
parent | eb222d7d587ea2b3f37813ff18b76e536254d586 (diff) |
Merge pull request #38 from runofthemillgeek/feat/link-main-title-to-home-page
Diffstat (limited to 'assets')
-rw-r--r-- | assets/css/main.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/assets/css/main.css b/assets/css/main.css index b08eb15..1675d41 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -141,6 +141,10 @@ hr { margin-top: 0; } +.header-title a { + text-decoration: none; +} + /* Footer */ footer { @@ -523,4 +527,4 @@ blockquote { blockquote p { margin-left: 1rem; margin-right: 1rem; -}
\ No newline at end of file +} |