Added function to read description and made some style changes.

This commit is contained in:
The Wobbler 2024-10-26 13:41:17 +02:00
parent 704346ee4a
commit d29048bbf2
4 changed files with 44 additions and 8 deletions

View file

@ -40,6 +40,11 @@ label {
text-shadow: 4px 4px 8px rgb(0, 0, 0), -4px 4px 8px rgb(0, 0, 0), -4px -4px 8px rgb(0, 0, 0), 4px -4px 8px rgb(0, 0, 0);
}
hr {
margin: 0px 16px 0px 0px;
border: 1px solid rgba(255, 255, 255, 0.5);
}
.background {
background-image: url('<?= $chosen_background ?>');
background-repeat: no-repeat;
@ -111,6 +116,13 @@ label {
font-size: 26px;
}
.heading-text {
font-family: ubuntu, arial;
color: white;
font-size: 20px;
padding-left: 20px;
}
.medium-text {
font-family: ubuntu, arial;
}