css updates to links

This commit is contained in:
2023-05-06 23:59:03 -04:00
parent 2b0cfced8c
commit eea7c3cab3
5 changed files with 70 additions and 58 deletions

View File

@@ -62,7 +62,7 @@ h1 {
a:focus {
outline: 2px solid #86A3C1;
outline-offset: 2px;
/* outline-offset: 2px; */
}
figure {
@@ -73,3 +73,18 @@ figure {
figcaption {
margin-top: 4px;
}
.link-image {
display: inline-block;
width: fit-content;
height: fit-content;
text-decoration: none;
}
.buttons {
font-size: 23px; /* this sucks but i cant find a better way */
}
/* .buttons img {
margin: 2px;
} */