mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-13 11:00:01 +00:00
Darken site background
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
--text-color-secondary: var(--grey-50);
|
--text-color-secondary: var(--grey-50);
|
||||||
}
|
}
|
||||||
:root.theme-dark {
|
:root.theme-dark {
|
||||||
--page-color: var(--grey-70);
|
--page-color: var(--grey-80);
|
||||||
--text-color-primary: var(--white-100);
|
--text-color-primary: var(--white-100);
|
||||||
--text-color-secondary: var(--grey-40);
|
--text-color-secondary: var(--grey-40);
|
||||||
}
|
}
|
||||||
@@ -143,17 +143,18 @@ body {
|
|||||||
|
|
||||||
.preview--bg {
|
.preview--bg {
|
||||||
height: auto;
|
height: auto;
|
||||||
width: auto;
|
|
||||||
max-width: 912px;
|
|
||||||
max-height: 712px;
|
max-height: 712px;
|
||||||
|
max-width: 912px;
|
||||||
|
opacity: 0.65;
|
||||||
|
width: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.preview--fg {
|
.preview--fg {
|
||||||
|
margin-inline-start: -40px;
|
||||||
max-height: 281px;
|
max-height: 281px;
|
||||||
max-width: 462px;
|
max-width: 462px;
|
||||||
position: relative;
|
position: relative;
|
||||||
top: 115px;
|
top: 115px;
|
||||||
margin-inline-start: -40px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer {
|
.footer {
|
||||||
|
|||||||
Reference in New Issue
Block a user