Skip to content

Commit

Permalink
Update local.css
Browse files Browse the repository at this point in the history
  • Loading branch information
r12a authored May 14, 2024
1 parent 1b059d8 commit a22eb94
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions resources/local.css
Original file line number Diff line number Diff line change
Expand Up @@ -119,3 +119,26 @@ dl.reslinks {






#linkWarning {
position:fixed;
bottom:0;
margin-inline: 2.5%;
background-color: antiquewhite;
border-top-left-radius: 1em;
border-top-right-radius: 1em;
font-size: 90%;
padding: .5em;
z-index: 2000;
}
#closeLinkWarning {
float:right;
font-size:120%;
margin-inline:1em;
cursor:pointer;
color: #999;
}


0 comments on commit a22eb94

Please sign in to comment.