diff options
author | Your Name <you@example.com> | 2017-12-30 23:43:05 +0100 |
---|---|---|
committer | Your Name <you@example.com> | 2017-12-30 23:43:05 +0100 |
commit | b95ad0b19399a0958ca72fbba3b78e8dd14a5c3a (patch) | |
tree | 057184c143555c3f6c7b3eb00e77b47566733799 /assets/css/txt.css | |
parent | e3d5ebb12d2fb731100ff4b568d049ee59a4de8f (diff) | |
download | lesoiseaux.io-b95ad0b19399a0958ca72fbba3b78e8dd14a5c3a.tar.gz |
Update ps home
Diffstat (limited to 'assets/css/txt.css')
-rw-r--r-- | assets/css/txt.css | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/assets/css/txt.css b/assets/css/txt.css index b6a0a26..3aabc4d 100644 --- a/assets/css/txt.css +++ b/assets/css/txt.css @@ -861,6 +861,24 @@ there. /* Larger than tablet */ /* Larger than desktop */ /* Larger than Desktop HD */ +a { + text-decoration: none; } + a:link { + color: #f0f0f2; } + a:hover { + color: white; + text-decoration: underline; } + a:active { + color: black; } + a:visited { + color: rgba(240, 240, 242, 0.8); } + +span.ps { + background: url(../img/logo-ps.svg) top left/5rem no-repeat; + opacity: 0.75; + color: transparent; + padding: 0 1rem; } + h1, h2, h3, h4, h5, h6 { font-family: "Cormorant Garamond", serif; font-weight: 600; } |