:root{--background-color: #222222;--color: #ffffff;--primary-gradient: linear-gradient(to right, #06bfff 50%, #2b74ff 100%);--warning-gradient: linear-gradient(to right, #ff5100 50%, #ff0000 100%);--secondary-color: #111111;--primary-color: #2b74ff;--warning-color: #ff0000;font-family:goog;--always-dark-background: #222222;--always-dark-color: #ffffff}[data-theme=light]{--background-color: #ffffff;--color: #222222;--primary-gradient: linear-gradient(to right, #06bfff 50%, #2b74ff 100%);--warning-gradient: linear-gradient(to right, #ff5100 50%, #ff0000 100%);--secondary-color: #eeeeee}@font-face{font-family:goog;src:url(/assets/Outfit-Regular-BlL8FXaZ.ttf) format("truetype")}body{color:var(--color);background-color:var(--background-color);margin:0;overflow-x:hidden}.changelogheader{background:var(--background-color);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:100px}header{position:sticky;top:0;display:flex;align-items:center;justify-content:space-between;padding:8px 16px;background:var(--background-color);z-index:1;width:calc(100vw - 32px)}header div{display:flex;align-items:center;gap:16px}#titlediv{overflow:hidden}header img{width:64px;height:64px;cursor:pointer}header h1{margin:0;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}header button{margin:0;justify-content:space-evenly;width:fit-content}header button{white-space:nowrap}button.warning{background:var(--warning-gradient);background-size:200%;background-position:right 0}button.warning:hover{filter:drop-shadow(0px 0px 6px rgb(255,0,0))}#welcome{display:flex;flex-direction:column;align-items:center;justify-content:center}#welcome p{margin:0;text-align:center}#welcome button{margin:0}#welcome>div{display:flex;align-items:center;gap:8px}button{background:var(--primary-gradient);color:var(--background-color);font-size:x-large;font-family:goog;padding:10px;border:0;border-radius:100px;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:8px;margin:.5em;transition:all .3s ease-in-out;background-size:200%;background-position:right 0;filter:drop-shadow(0px 3px 6px rgba(0,0,0,.16));height:50px;min-width:50px}button:hover{background-position:0 0;filter:drop-shadow(0px 0px 6px rgb(6,191,255))}hr{width:calc(100% - 2px);margin:0}h2{margin:0}ul{width:500px;max-width:90%}
