mirror of
https://git.adityakumar.xyz/hugo-theme-introduction.git
synced 2024-11-08 14:49:43 +00:00
15 lines
241 B
Sass
15 lines
241 B
Sass
.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
|