more wording

updated pause menu and fields descriptions to new wording style
This commit is contained in:
landgreen
2022-06-15 07:10:01 -07:00
parent e3d6ffce43
commit e68ed81ba1
11 changed files with 69 additions and 99 deletions

View File

@@ -296,7 +296,7 @@ summary {
line-height: 170%;
/* border-radius: 6px; */
border: 1px #17263b solid;
background-color: #fff;
background-color: #fafcfd;
line-height: 170%;
font-size: 0.65em;
@@ -454,12 +454,13 @@ summary {
}
}
/* background on title page */
#fade-out {
position: absolute;
z-index: 2;
width: 100%;
height: 100%;
background-color: #e8edf0;
background-color: #e2e9ec;
opacity: 1;
transition: opacity 3s;
pointer-events: none;