improve ledgibility of whatsnewText

This commit is contained in:
SethBurkart123
2023-10-11 16:43:15 +11:00
parent c5cab55002
commit 1aca0584af
+11 -1
View File
@@ -2785,13 +2785,13 @@ body {
width: 96%;
display: flex;
margin: 0 auto;
border-radius: 10px;
}
.whatsnewImg {
margin: 0.5rem auto;
width: 90%;
border-radius: 1rem;
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}
.whatsnewTextContainer {
@@ -2838,6 +2838,7 @@ body {
display: flex;
justify-content: space-between;
align-items: center;
z-index: 2;
}
.whatsnewFooter a {
@@ -2865,4 +2866,13 @@ body {
font-size: 24px;
font-family: "IconFamily";
pointer-events: none;
}
.whatsnewTextContainer h1:not(.whatsnewTextHeader) {
position: sticky;
width: 100%;
top: 0;
background: var(--background-primary) !important;
z-index: 1;
padding: 10px;
}