Make links readable in ribbons

This commit is contained in:
Mikko Ahlroth 2024-03-23 00:21:49 +02:00
parent 5cfadf25d0
commit f976060cfa
2 changed files with 24 additions and 26 deletions

View file

@ -39,15 +39,13 @@ label {
.l-box-lrg { .l-box-lrg {
padding: 2em; padding: 2em;
border-bottom: 1px solid rgba(0,0,0,0.1); border-bottom: 1px solid rgba(0, 0, 0, 0.1);
} }
.is-center { .is-center {
text-align: center; text-align: center;
} }
/* /*
* -- PURE FORM STYLES -- * -- PURE FORM STYLES --
* Style the form inputs and labels * Style the form inputs and labels
@ -84,7 +82,6 @@ a.pure-button-primary {
font-size: 120%; font-size: 120%;
} }
/* /*
* -- MENU STYLES -- * -- MENU STYLES --
* I want to customize how my .pure-menu looks at the top of the page * I want to customize how my .pure-menu looks at the top of the page
@ -93,7 +90,7 @@ a.pure-button-primary {
.home-menu { .home-menu {
padding: 0.5em; padding: 0.5em;
text-align: center; text-align: center;
box-shadow: 0 1px 1px rgba(0,0,0, 0.10); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
} }
.home-menu { .home-menu {
background: #000; background: #000;
@ -116,24 +113,25 @@ a.pure-button-primary {
color: white; color: white;
} }
.home-menu a, .footer a { .home-menu a,
color: #6FBEF3; .footer a,
.ribbon a {
color: #6fbef3;
} }
.home-menu li a:hover, .home-menu li a:hover,
.home-menu li a:focus { .home-menu li a:focus {
background: none; background: none;
border: none; border: none;
color: #AECFE5; color: #aecfe5;
} }
/* /*
* -- SPLASH STYLES -- * -- SPLASH STYLES --
* This is the blue top section that appears on the page. * This is the blue top section that appears on the page.
*/ */
.splash-container { .splash-container {
background-image: url('bg.webp'); background-image: url("bg.webp");
background-color: #fff; background-color: #fff;
background-position: left top; background-position: left top;
background-size: cover; background-size: cover;
@ -158,7 +156,10 @@ a.pure-button-primary {
height: 50%; height: 50%;
margin: auto; margin: auto;
position: absolute; position: absolute;
top: 100px; left: 0; bottom: 0; right: 0; top: 100px;
left: 0;
bottom: 0;
right: 0;
text-align: center; text-align: center;
text-transform: uppercase; text-transform: uppercase;
} }
@ -255,7 +256,6 @@ a.pure-button-primary {
* of the mobile styles. * of the mobile styles.
*/ */
@media (min-width: 48em) { @media (min-width: 48em) {
/* We increase the body font size */ /* We increase the body font size */
body { body {
font-size: 16px; font-size: 16px;
@ -286,7 +286,6 @@ a.pure-button-primary {
font-size: 250%; font-size: 250%;
} }
/* We remove the border-separator assigned to .l-box-lrg */ /* We remove the border-separator assigned to .l-box-lrg */
.l-box-lrg { .l-box-lrg {
border: none; border: none;

25
dist/marketing.css vendored
View file

@ -39,15 +39,13 @@ label {
.l-box-lrg { .l-box-lrg {
padding: 2em; padding: 2em;
border-bottom: 1px solid rgba(0,0,0,0.1); border-bottom: 1px solid rgba(0, 0, 0, 0.1);
} }
.is-center { .is-center {
text-align: center; text-align: center;
} }
/* /*
* -- PURE FORM STYLES -- * -- PURE FORM STYLES --
* Style the form inputs and labels * Style the form inputs and labels
@ -84,7 +82,6 @@ a.pure-button-primary {
font-size: 120%; font-size: 120%;
} }
/* /*
* -- MENU STYLES -- * -- MENU STYLES --
* I want to customize how my .pure-menu looks at the top of the page * I want to customize how my .pure-menu looks at the top of the page
@ -93,7 +90,7 @@ a.pure-button-primary {
.home-menu { .home-menu {
padding: 0.5em; padding: 0.5em;
text-align: center; text-align: center;
box-shadow: 0 1px 1px rgba(0,0,0, 0.10); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
} }
.home-menu { .home-menu {
background: #000; background: #000;
@ -116,24 +113,25 @@ a.pure-button-primary {
color: white; color: white;
} }
.home-menu a, .footer a { .home-menu a,
color: #6FBEF3; .footer a,
.ribbon a {
color: #6fbef3;
} }
.home-menu li a:hover, .home-menu li a:hover,
.home-menu li a:focus { .home-menu li a:focus {
background: none; background: none;
border: none; border: none;
color: #AECFE5; color: #aecfe5;
} }
/* /*
* -- SPLASH STYLES -- * -- SPLASH STYLES --
* This is the blue top section that appears on the page. * This is the blue top section that appears on the page.
*/ */
.splash-container { .splash-container {
background-image: url('bg.webp'); background-image: url("bg.webp");
background-color: #fff; background-color: #fff;
background-position: left top; background-position: left top;
background-size: cover; background-size: cover;
@ -158,7 +156,10 @@ a.pure-button-primary {
height: 50%; height: 50%;
margin: auto; margin: auto;
position: absolute; position: absolute;
top: 100px; left: 0; bottom: 0; right: 0; top: 100px;
left: 0;
bottom: 0;
right: 0;
text-align: center; text-align: center;
text-transform: uppercase; text-transform: uppercase;
} }
@ -255,7 +256,6 @@ a.pure-button-primary {
* of the mobile styles. * of the mobile styles.
*/ */
@media (min-width: 48em) { @media (min-width: 48em) {
/* We increase the body font size */ /* We increase the body font size */
body { body {
font-size: 16px; font-size: 16px;
@ -286,7 +286,6 @@ a.pure-button-primary {
font-size: 250%; font-size: 250%;
} }
/* We remove the border-separator assigned to .l-box-lrg */ /* We remove the border-separator assigned to .l-box-lrg */
.l-box-lrg { .l-box-lrg {
border: none; border: none;