Skip to content

Commit

Permalink
Update custom.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
coillarach committed Sep 2, 2024
1 parent a9b7271 commit b700d26
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions _sass/custom/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,43 @@ figcaption {
font-style: italic;
font-size: 0.9rem;
}

// SPLASH

hr.splash {
color: #f2f2f2;
clear: both;
background: none;
}
hr.splash+p {
float: left;
padding-right: 2rem;
}
hr.splash+p>img {
max-width: 16rem;
max-height: 16rem;
}

// TOURS

div.tour+h6 {
float: right;
clear: both;
}

// DETAILS

details[open] {
margin-bottom: 2rem;
}
details[open] summary {
margin-bottom: 1rem;
}

// LINKS
// To style links, add #stylename to the end of the href value

a[href*="#please-read"] {
color: var(--dark-red);
font-weight: bold;
}

0 comments on commit b700d26

Please sign in to comment.