Fixed home page image references in CSS
This commit is contained in:
parent
fd9dc683ff
commit
daeba6ee8a
@ -2792,7 +2792,7 @@ a:focus-visible {
|
||||
padding: clamp(1rem, 2.4vw, 1.6rem);
|
||||
background:
|
||||
linear-gradient(135deg, rgba(255, 253, 249, 0.9), rgba(248, 239, 227, 0.76)),
|
||||
url("/images/home/hero-writing-workspace.png") center / cover no-repeat,
|
||||
url("/images/home/hero-writing-workspace.webp") center / cover no-repeat,
|
||||
#f8f1e7;
|
||||
box-shadow: var(--marketing-shadow);
|
||||
overflow: hidden;
|
||||
@ -3154,35 +3154,35 @@ a:focus-visible {
|
||||
.visual-plot {
|
||||
background:
|
||||
linear-gradient(135deg, rgba(255, 253, 249, 0.92), rgba(242, 232, 217, 0.82)),
|
||||
url("/images/home/plot-thread-map.png") center / cover no-repeat,
|
||||
url("/images/home/plot-thread-map.webp") center / cover no-repeat,
|
||||
#f2e8d9;
|
||||
}
|
||||
|
||||
.visual-warning {
|
||||
background:
|
||||
linear-gradient(135deg, rgba(255, 253, 249, 0.94), rgba(242, 230, 215, 0.84)),
|
||||
url("/images/home/manuscript-continuity.png") center / cover no-repeat,
|
||||
url("/images/home/manuscript-continuity.webp") center / cover no-repeat,
|
||||
#f8f1e7;
|
||||
}
|
||||
|
||||
.visual-relationships {
|
||||
background:
|
||||
linear-gradient(135deg, rgba(255, 253, 249, 0.92), rgba(232, 238, 229, 0.82)),
|
||||
url("/images/home/character-relationship-board.png") center / cover no-repeat,
|
||||
url("/images/home/character-relationship-board.webp") center / cover no-repeat,
|
||||
#eef3eb;
|
||||
}
|
||||
|
||||
.visual-flow {
|
||||
background:
|
||||
linear-gradient(135deg, rgba(255, 253, 249, 0.92), rgba(242, 230, 215, 0.82)),
|
||||
url("/images/home/story-timeline.png") center / cover no-repeat,
|
||||
url("/images/home/story-timeline.webp") center / cover no-repeat,
|
||||
#f8f1e7;
|
||||
}
|
||||
|
||||
.visual-series {
|
||||
background:
|
||||
linear-gradient(135deg, rgba(255, 253, 249, 0.9), rgba(242, 230, 215, 0.8)),
|
||||
url("/images/home/series-library.png") center / cover no-repeat,
|
||||
url("/images/home/series-dashboard.webp") center / cover no-repeat,
|
||||
#f8f1e7;
|
||||
}
|
||||
|
||||
|
||||
2
PlotLine/wwwroot/css/plotline-theme.min.css
vendored
2
PlotLine/wwwroot/css/plotline-theme.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user