css updates to links
This commit is contained in:
17
style.css
17
style.css
@@ -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;
|
||||
} */
|
Reference in New Issue
Block a user