Increase line-height for links in .block elements

This commit is contained in:
Shylie 2024-01-13 15:29:57 -05:00
parent 1b285da4b1
commit 478bbf6116

View File

@ -53,7 +53,7 @@ a {
color: #600;
padding: 0.125em;
text-decoration: none;
text-shadow: 1.5px 1.5px #300;
text-shadow: 0.5px 0.5px #000;
box-shadow: 4px 4px 0px 1px #300;
font-family: 'proggy-tiny';
top: -5px;
@ -68,6 +68,7 @@ a {
position: initial;
margin-left: initial;
margin-right: 1px;
line-height: 1.3em;
}
a:hover {