add light mode to whatsnew

This commit is contained in:
SethBurkart123
2023-10-11 14:35:31 +11:00
parent 9b80bcf879
commit e860ea1ac5
+8 -5
View File
@@ -2740,7 +2740,7 @@ body {
width: 38em; width: 38em;
height: 95%; height: 95%;
max-height: 60em; max-height: 60em;
background: var(--better-sub); background: var(--background-primary);
z-index: 50; z-index: 50;
left: 50%; left: 50%;
top: 50%; top: 50%;
@@ -2748,7 +2748,7 @@ body {
border-radius: 20px; border-radius: 20px;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
color: white; color: var(--text-primary);
animation: zoomin 0.5s; animation: zoomin 0.5s;
animation-fill-mode: forwards; animation-fill-mode: forwards;
transform-origin: center center; transform-origin: center center;
@@ -2790,7 +2790,7 @@ body {
.whatsnewHeader p { .whatsnewHeader p {
font-size: 1em; font-size: 1em;
color: #c9c9c9; color: var(--text-primary);
} }
.whatsnewBackground { .whatsnewBackground {
@@ -2826,7 +2826,6 @@ body {
width: 96%; width: 96%;
display: flex; display: flex;
margin: 0 auto; margin: 0 auto;
background: #141414;
border-radius: 10px; border-radius: 10px;
} }
@@ -2876,12 +2875,16 @@ body {
width: 100%; width: 100%;
height: 3em; height: 3em;
border-radius: 0 0px 20px 20px; border-radius: 0 0px 20px 20px;
background: #0e0e0e; background: var(--background-secondary);
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
align-items: center; align-items: center;
} }
.whatsnewFooter a {
border: none;
}
.whatsnewFooter div { .whatsnewFooter div {
margin: 0 15px; margin: 0 15px;
display: flex; display: flex;