Sha256: 9cdf0d2b6201c1ddccc91f936016a8a36660715aa45ccfae709810fc172f2f5f
Contents?: true
Size: 1.94 KB
Versions: 7
Compression:
Stored size: 1.94 KB
Contents
// -------------------------------------------------------------------------------- // Adjustments // -------------------------------------------------------------------------------- main { // -------------------------------------------------------------------------------- // Navbar and linked headings' correction. // // By default, when you access page headings from the page table of content // (toc) links, the heading is hidden behind the navbar. This workaround // fixes the linked headings visibility issue in the page. // -------------------------------------------------------------------------------- .content > h1, .content > h2, .content > h3, .content > h4, .content > h5, .content > h6 { scroll-margin-top: 80px; scroll-margin-bottom: 100px; margin-top: 3rem; } // -------------------------------------------------------------------------------- // Backgrounds // -------------------------------------------------------------------------------- .bg-image { background-image: url("../../img/centos-motif.png"); background-size: cover; background-repeat: no-repeat; background-position: center; } .bg-light-radial-gradient { background: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(248, 249, 250, 0) 100%); } // -------------------------------------------------------------------------------- // DataTable // -------------------------------------------------------------------------------- .dataTables_wrapper { .dataTables_filter { text-align: end; } .dataTables_length, .dataTables_filter { @extend .my-3; } .form-select, .form-control { width: auto; display: inline-block; } } } header { .navbar-brand { .manifestation { --bs-border-opacity: 0.5; } } } footer, .accordion-body { a { &:link { text-decoration: none; } &:hover { text-decoration: underline; } } }
Version data entries
7 entries across 7 versions & 1 rubygems