Add border colors for some elements

This commit is contained in:
foxster-mp4
2023-05-30 17:45:29 -07:00
parent 50c7c382d4
commit f368b0f1e3
5 changed files with 26 additions and 10 deletions

View File

@@ -20,6 +20,10 @@ a {
transition: opacity 0.25s ease-in-out;
}
#nav-bar #back-container {
min-width: 78px;
}
/* IPA install & download */
.ipa {
@@ -61,7 +65,8 @@ a {
#preview #screenshots>img {
max-width: 70%;
margin-left: 1em;
border-radius: 0.25em;
border-radius: 0.5em;
border: 0.75px solid rgba(0, 0, 0, 0.2);
}
#preview #description {