mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-10 14:22:46 +02:00
Set fullscreen player text shadow to css var
This commit is contained in:
@@ -116,6 +116,7 @@
|
||||
--table-fg: rgb(179, 179, 179);
|
||||
--table-row-hover-bg: rgba(100, 100, 100, 20%);
|
||||
--table-row-selected-bg: rgba(100, 100, 100, 40%);
|
||||
--fullscreen-player-text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
|
||||
|
||||
.ag-theme-alpine-dark {
|
||||
--ag-font-family: var(--content-font-family);
|
||||
|
||||
@@ -95,6 +95,7 @@ body[data-theme='defaultLight'] {
|
||||
--table-fg: rgb(179, 179, 179);
|
||||
--table-row-hover-bg: rgba(150, 150, 150, 20%);
|
||||
--table-row-selected-bg: rgba(150, 150, 150, 30%);
|
||||
--fullscreen-player-text-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
|
||||
|
||||
.ag-theme-alpine-dark {
|
||||
--ag-font-family: var(--content-font-family);
|
||||
|
||||
Reference in New Issue
Block a user