mirror of
https://git.adityakumar.xyz/adityakumar.xyz.git
synced 2024-11-12 19:59:43 +00:00
16 lines
241 B
Sass
16 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
|