diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-06-08 12:21:58 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-06-08 12:21:58 +0200 |
| commit | 8cb0ad1bf5b1cc20bdecf657efdd754a4f28c088 (patch) | |
| tree | 2b6665feca92827640a42bae64b74b8a6fbd1685 /public/assets/css | |
| parent | 004d0de02c3da6de9d6d0f9d46e8c38f8c8fd068 (diff) | |
footer tracks the location somewhat
Diffstat (limited to 'public/assets/css')
| -rw-r--r-- | public/assets/css/css.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/public/assets/css/css.css b/public/assets/css/css.css index feaac9d..24b7bc9 100644 --- a/public/assets/css/css.css +++ b/public/assets/css/css.css @@ -30,6 +30,17 @@ header a { header span > span:first-child { padding-left: 0; } +header a { + text-decoration: none; + opacity: 0.8; + transition: all 0.05s; +} +.desktop header a:hover { + opacity: 1; +} +header a b { + border-bottom: 1.5px solid; +} h1, h2, h3 { margin: 0; } |
