Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
added link to GitHub page
  • Loading branch information
MAZ01001 committed Mar 17, 2024
1 parent 8f663d2 commit cb58350
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -393,6 +393,27 @@ div#infoPanels{
scrollbar-gutter: stable both-edges;
justify-content: flex-start;
}
div#infoPanels>div:first-child{
display: grid;
gap: .5rem;
grid-template-columns: 1fr 1fr;
place-items: safe center;
align-content: safe center;
justify-content: space-around;
}
div#infoPanels>div:first-child>*{font: inherit;}
div#infoPanels>div:first-child>a{
color: #0AF;
text-decoration: none;
}
div#infoPanels>div:first-child>a:visited{color: #05F;}
div#infoPanels>div:first-child>a:hover,
div#infoPanels>div:first-child>a:active{
color: #0FF;
text-shadow: 0px 0px 15px #00F,
0px 0px 15px #00F,
0px 0px 15px #00F;
}
div#infoPanels>fieldset{align-self: stretch;}
div#gifInfoArea,
div#frameInfoArea,
Expand Down

0 comments on commit cb58350

Please sign in to comment.