Adding a back button when profiles are open.

This commit is contained in:
Jason Williams
2022-11-20 18:26:36 -07:00
parent 56e0ceeaae
commit a9ac160c85
4 changed files with 45 additions and 8 deletions

View File

@@ -193,6 +193,21 @@ div {
text-align: center;
}
#backbutton {
position: fixed;
top: -3rem;
right: -3rem;
height: 3rem;
width: 3rem;
z-index: 100;
border-radius: 1rem;
background-color: rgba(0, 0, 0, 0.5);
color: rgba(192, 192, 192, 0.5);
font-size: 2rem;
line-height: 3rem;
text-align: center;
}
.splash.jason, .main.jason {
background-color: var(--jason-bg-color);
font-family: 'Raleway', sans-serif;