File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -57,6 +57,7 @@ public function getCSSVariables(): array {
5757 $ colorMainBackground = '#000000 ' ;
5858
5959 $ variables ['--color-main-background ' ] = $ colorMainBackground ;
60+ $ variables ['--color-main-background-translucent ' ] = 'rgba(var(--color-main-background-rgb), .1) ' ;
6061 $ variables ['--color-main-text ' ] = $ colorMainText ;
6162
6263 $ variables ['--color-background-dark ' ] = $ this ->util ->lighten ($ colorMainBackground , 30 );
Original file line number Diff line number Diff line change @@ -54,6 +54,7 @@ public function getCSSVariables(): array {
5454 $ colorMainBackground = '#ffffff ' ;
5555
5656 $ variables ['--color-main-background ' ] = $ colorMainBackground ;
57+ $ variables ['--color-main-background-translucent ' ] = 'rgba(var(--color-main-background-rgb), .1) ' ;
5758 $ variables ['--color-main-text ' ] = $ colorMainText ;
5859
5960 $ variables ['--color-background-dark ' ] = $ this ->util ->darken ($ colorMainBackground , 30 );
You can’t perform that action at this time.
0 commit comments