Welcome to mirror list, hosted at ThFree Co, Russian Federation.

main-default.scss « sass « assets - github.com/spech66/bootstrap-bp-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 878f2c3e09ccf2a746d25a2e6f561539d8582e3b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// *-default.css

// Shared styles
@import "main.scss";

// Bootstrap
@import "./bootstrap/bootstrap";

// Shared styles overrides
@import "main2.scss";

.navbar-light { background-color: rgba(0,0,0,.03)!important; }