sorry artie I don't understand nanoc
This commit is contained in:
parent
f0bf7ac351
commit
105441f8b7
2 changed files with 30 additions and 30 deletions
|
@ -828,3 +828,33 @@ h2 {
|
||||||
margin-bottom: 5rem;
|
margin-bottom: 5rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.quizSpotlight {
|
||||||
|
margin: 2rem 0;
|
||||||
|
font-size: 2rem;
|
||||||
|
font-family: Arial, Helvetica, sans-serif;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
.quizSpotlight:hover {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
|
.quizSpotlight a {
|
||||||
|
position: relative;
|
||||||
|
text-decoration: none;
|
||||||
|
background: var(--white);
|
||||||
|
color: var(--darkblue);
|
||||||
|
border: 0.4rem solid var(--darkblue);
|
||||||
|
padding: 1rem 2rem;
|
||||||
|
margin-right: 3rem;
|
||||||
|
}
|
||||||
|
.quizSpotlight a {
|
||||||
|
padding: 0.5rem 1rem;
|
||||||
|
font-size: 1rem;
|
||||||
|
}
|
||||||
|
.quizSpotlight a:hover {
|
||||||
|
background-color: var(--lightblue);
|
||||||
|
border: 0.4rem solid var(--lightblue);
|
||||||
|
color: var(--white);
|
||||||
|
}
|
||||||
|
|
|
@ -100,33 +100,3 @@ h3::first-letter {
|
||||||
font-size: 1rem !important;
|
font-size: 1rem !important;
|
||||||
border-width: 4px !important;
|
border-width: 4px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.quizSpotlight {
|
|
||||||
margin: 2rem 0;
|
|
||||||
font-size: 2rem;
|
|
||||||
font-family: Arial, Helvetica, sans-serif;
|
|
||||||
font-weight: bold;
|
|
||||||
}
|
|
||||||
|
|
||||||
.quizSpotlight:hover {
|
|
||||||
cursor: pointer;
|
|
||||||
}
|
|
||||||
|
|
||||||
.quizSpotlight a {
|
|
||||||
position: relative;
|
|
||||||
text-decoration: none;
|
|
||||||
background: var(--white);
|
|
||||||
color: var(--darkblue);
|
|
||||||
border: 0.4rem solid var(--darkblue);
|
|
||||||
padding: 1rem 2rem;
|
|
||||||
margin-right: 3rem;
|
|
||||||
}
|
|
||||||
.quizSpotlight a {
|
|
||||||
padding: 0.5rem 1rem;
|
|
||||||
font-size: 1rem;
|
|
||||||
}
|
|
||||||
.quizSpotlight a:hover {
|
|
||||||
background-color: var(--lightblue);
|
|
||||||
border: 0.4rem solid var(--lightblue);
|
|
||||||
color: var(--white);
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in a new issue