From b95ad0b19399a0958ca72fbba3b78e8dd14a5c3a Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 30 Dec 2017 23:43:05 +0100 Subject: Update ps home --- assets/css/txt.css | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'assets/css/txt.css') 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; } -- cgit v1.2.3