Added what's new window

This commit is contained in:
unsettledgames
2021-01-08 16:20:39 +01:00
parent cd5918c656
commit 9b3df20533
8 changed files with 106 additions and 14 deletions

View File

@ -1540,4 +1540,30 @@ div#pb-options {
color: $basehovertext;
background-color: $basehover;
}
}
/********FEATURES LOG*************/
#features-log {
font-size:16px;
width:700px !important;
height:500px;
overflow-y: scroll;
line-height: 1.5;
&::-webkit-scrollbar {
background: #232125;
width: 0.5em;
}
&::-webkit-scrollbar-track {
margin-top: -0.125em;
width: 0.5em;
}
&::-webkit-scrollbar-thumb {
background: #332f35;
border-radius: 0.25em;
border: solid 0.125em #232125; //same color as scrollbar back to fake padding
}
&::-webkit-scrollbar-corner {
background: #232125;
}
}