Simplified styles in print.css, removed background color, custom text colors, and elements that are unnecessary when printing.
This commit is contained in:
@@ -1,28 +1,25 @@
|
||||
html {
|
||||
background-color:unset;
|
||||
}
|
||||
|
||||
body {
|
||||
color: #f8f9f2;
|
||||
font-size: 14px;
|
||||
color: black;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #00eb39;
|
||||
color: #0000EE ;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.callout a {
|
||||
color: #f8f9f2;
|
||||
}
|
||||
|
||||
footer p {
|
||||
color: #838c95;
|
||||
}
|
||||
|
||||
header {
|
||||
header, .divider, #contact-button, #portfolio img, #contact form, footer {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.bio:before {
|
||||
content: 'Mike Rockwell';
|
||||
font-weight: 400;
|
||||
display: block;
|
||||
font-size: 1.17em;
|
||||
font-size: 1.17rem;
|
||||
margin-block-start: 1em;
|
||||
margin-block-end: 1em;
|
||||
margin-inline-start: 0px;
|
||||
@@ -31,35 +28,13 @@ header {
|
||||
unicode-bidi: isolate;
|
||||
}
|
||||
|
||||
#contact-button {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.divider {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#portfolio:before {
|
||||
content: 'Projects';
|
||||
font-weight: 400;
|
||||
display: block;
|
||||
font-size: 1.17em;
|
||||
margin-block-start: 1em;
|
||||
margin-block-end: 1em;
|
||||
margin-inline-start: 0px;
|
||||
margin-inline-end: 0px;
|
||||
font-weight: bold;
|
||||
unicode-bidi: isolate;
|
||||
}
|
||||
|
||||
#portfolio img {
|
||||
display: none;
|
||||
.bio, #contact {
|
||||
max-width: unset;
|
||||
}
|
||||
|
||||
#contact p:after {
|
||||
content: ' mike@rockwell.mx';
|
||||
}
|
||||
|
||||
#contact form {
|
||||
display: none;
|
||||
content: 'mike@rockwell.mx';
|
||||
color: #0000EE;
|
||||
text-decoration: underline;
|
||||
margin-left: 4px;
|
||||
}
|
Reference in New Issue
Block a user