1
0
mirror of https://gitlab.com/MisterBiggs/Resume.git synced 2025-07-27 16:51:34 +00:00

made text easier to read

This commit is contained in:
2022-11-08 17:45:14 -05:00
parent 1a90232d4f
commit d160920be7
2 changed files with 44 additions and 6 deletions

View File

@@ -5,4 +5,37 @@ body {
padding-left: 15vw;
padding-right: 15vw;
/* padding-bottom: 5em; */
}
}
p {
line-height: 1.4;
}
a {
outline: none;
text-decoration: none;
padding: 2px 1px 0;
}
a:link {
color: #70e2f1;
}
a:visited {
color: #0db0c5;
}
a:focus {
border-bottom: 1px solid;
background: #bae498;
}
a:hover {
border-bottom: 1px solid;
background: #1984fd;
}
a:active {
background: #0004ff;
color: #70e2f1;
}