aboutsummaryrefslogtreecommitdiff
path: root/app/src/web/scss/palette/_material_glass.scss
blob: c9e399e7af820fcc7da69dc74122986d750e62ee (plain)
1
2
3
4
5
6
7
8
$text: #fff;
$accent_text: #fff;
$link: #5d86dd;
$accent: #5d86dd;
$background: rgba(#000, 0.1);
$bg_transparent: transparent;
$card: rgba(#000, 0.25);
$tint: rgba(#fff, 0.15);