aboutsummaryrefslogtreecommitdiff
path: root/assets/css/txt.css
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css/txt.css')
-rw-r--r--assets/css/txt.css18
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; }