2024-11-22

This commit is contained in:
2024-11-22 18:21:16 -06:00
parent 19ce5934b7
commit 1c3ea0b119
19 changed files with 171 additions and 72 deletions

View File

@@ -1,8 +1,5 @@
.season-4, .season-1 {
--newspaper-background-texture-image: url(../images/starwars.jpg);
--newspaper-headline-font: 'Noticia Text';
--newspaper-base-font: 'EB Garamond';
--newspaper-name-font: 'UnifrakturCook';
--prologue-background-texture-image: url(../images/starwars.jpg);
font-family: "Libre Franklin";
section.prologue {
@@ -10,7 +7,7 @@
margin: 20px;
border: black solid 1 px;
border-radius: 10px;
background: var(--newspaper-background-texture-image);
background: var(--prologue-background-texture-image);
background-repeat:repeat;
background-position:center top;
background-color:black;