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:
35
style.css
35
style.css
@@ -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;
|
||||
}
|
Reference in New Issue
Block a user