Added the white & background opacity property the colors.sass

This commit is contained in:
Mathias Wagner 2023-04-17 22:25:24 +02:00
parent 20b017ef8e
commit 262c7c4d2c
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44

View File

@ -1,3 +1,5 @@
$background: #232835
$blue: #314BD3
$blurred-blue: rgba(49, 75, 211, 0.2)
$blurred-blue: rgba(49, 75, 211, 0.2)
$white: #FFFFFF
$background-opacity: rgba(24, 29, 44, 0.5)