Skip to content

Commit

Permalink
More tweaks to stylesheet
Browse files Browse the repository at this point in the history
  • Loading branch information
StrawberryMaster authored Jul 8, 2023
1 parent 12ff972 commit 57735ca
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -384,13 +384,18 @@ ion-icon+span {
font-size: 40px;
line-height: 40px;
background-color: var(--foreground-1);
color: #fff;
color: #000;
border: none;
padding: 0;
border-radius: 50%;
cursor: pointer;
}

#image-container #close:hover {
background-color: red;
color: #fff;
}

@media screen and (max-width: 800px) {
#headers {
display: none;
Expand Down Expand Up @@ -475,12 +480,12 @@ ion-icon+span {
}

#accessible-container * {
vertical-align: middle;
margin-left: .4rem;
vertical-align: baseline;
margin: .2rem;
}

#gens {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 1vw;
}
}

0 comments on commit 57735ca

Please sign in to comment.