// _cybercards.scss // set theme-specific styles // .pagination { display: flex; justify-content: center; } .nav-link { font-size: 130%; } .nav-link.active { font-weight: bold; } blockquote { padding-left: 1rem; color: $gray-700; border-left: 0.7rem solid $gray-200; } blockquote blockquote { font-size: 90%; font-style: normal; color: $gray-600; } dt { margin-top: 8px; } dd { margin-bottom: 0; margin-left: 1rem; } code { color: $purple; font-size: 98%; } p { font-family: $font-family-sans-serif; } p:last-child, ul:last-child { margin-bottom: 0; } .badge a { color: $white; font-weight: bold; } .embed { border-top: 1px solid $gray-300; } // shortcode quote .quote { font-size: 90%; padding-top: 1rem; padding-bottom: 1rem; } .quote-author { padding-top: 0.3rem; padding-bottom: 0.3rem; }