diff --git a/_sass/custom/custom.scss b/_sass/custom/custom.scss index b6ba86e..0b6d5fd 100644 --- a/_sass/custom/custom.scss +++ b/_sass/custom/custom.scss @@ -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; +}