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

25
dist/marketing.css vendored
View file

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