0byt3m1n1
Path:
C:
/
Program Files
/
R
/
R-4.2.2
/
library
/
bslib
/
lib
/
bsw5
/
dist
/
minty
/
[
Home
]
File: _bootswatch.scss
// Minty 5.2.2 // Bootswatch // Variables $web-font-path: "https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap" !default; @if $web-font-path { @import url($web-font-path); } :root { color-scheme: light; } // Navbar .navbar { font-family: $headings-font-family; } .bg-dark { background-color: $secondary !important; } .border-dark { border-color: $secondary !important; } // Buttons .btn { font-family: $headings-font-family; } // Forms legend { font-family: $headings-font-family; } // Navs .dropdown-menu { font-family: $font-family-sans-serif; } .breadcrumb { a { color: $navbar-dark-color; } a:hover { color: $white; text-decoration: none; } } // Indicators .alert { a, .alert-link { color: $white; } &-light { &, a:not(.btn), .alert-link { color: $body-color; } } } .badge { color: $white; &.bg-light { color: $gray-700; } } // Containers .card, .list-group-item { h1, h2, h3, h4, h5, h6 { color: inherit; } }