diff --git a/css/base/variables.css b/css/base/variables.css index 3410b20..52f6116 100755 --- a/css/base/variables.css +++ b/css/base/variables.css @@ -120,6 +120,7 @@ --color--red: #e33f1e; /* Red */ --color--gold: #fdca40; /* Gold */ --color--green: #3fa21c; + --color--upei-red: #8c2004; /* Header */ --header-height-wide-when-fixed: calc(6 * var(--sp)); diff --git a/css/components/landing_page.css b/css/components/landing_page.css index 64dbfb4..5d2c6b4 100755 --- a/css/components/landing_page.css +++ b/css/components/landing_page.css @@ -12,7 +12,14 @@ figure.logo--ilivesnews { border-top: 6px double #909090; border-bottom: 6px double #909090; padding: 15px 15px 25px 15px; - border-spacing:10px; + border-spacing: 10px; + } + a { + text-decoration: none; + color: #333; + } + a:hover { + color: var(--color--upei-red); } } .site-branding__name a { @@ -28,9 +35,10 @@ article.node.node--type-landing-page h2 { .hero-section { border: 10px solid #d0bca4; border: 10px solid #909090; + /*border: 10px solid var(--color--upei-red);*/ /*background: none !important;*/ background-size: 1480px 300px !important; - height:300px; + height: 300px; } .hero--wrapper { background: #e1dbbf;