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

_dark-style.sass « sass « assets - github.com/vickylaixy/hugo-theme-introduction.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7de9475f44f738f71329f4a0e5c97a2a10c73209 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.modal-card-title
    color: $primary

.modal-card-body
    background-color: $background

.markdown
    strong
        color: $body-color

.modal-background
    background-color: rgba(0,0,0,0.8)

.modal-close
    background-color: $primary