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 {
|
body {
|
||||||
color: #f8f9f2;
|
font-size: 14px;
|
||||||
|
color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: #00eb39;
|
color: #0000EE ;
|
||||||
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
.callout a {
|
header, .divider, #contact-button, #portfolio img, #contact form, footer {
|
||||||
color: #f8f9f2;
|
|
||||||
}
|
|
||||||
|
|
||||||
footer p {
|
|
||||||
color: #838c95;
|
|
||||||
}
|
|
||||||
|
|
||||||
header {
|
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bio:before {
|
.bio:before {
|
||||||
content: 'Mike Rockwell';
|
content: 'Mike Rockwell';
|
||||||
font-weight: 400;
|
|
||||||
display: block;
|
display: block;
|
||||||
font-size: 1.17em;
|
font-size: 1.17rem;
|
||||||
margin-block-start: 1em;
|
margin-block-start: 1em;
|
||||||
margin-block-end: 1em;
|
margin-block-end: 1em;
|
||||||
margin-inline-start: 0px;
|
margin-inline-start: 0px;
|
||||||
@@ -31,35 +28,13 @@ header {
|
|||||||
unicode-bidi: isolate;
|
unicode-bidi: isolate;
|
||||||
}
|
}
|
||||||
|
|
||||||
#contact-button {
|
.bio, #contact {
|
||||||
display: none;
|
max-width: unset;
|
||||||
}
|
|
||||||
|
|
||||||
.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;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#contact p:after {
|
#contact p:after {
|
||||||
content: 'mike@rockwell.mx';
|
content: 'mike@rockwell.mx';
|
||||||
}
|
color: #0000EE;
|
||||||
|
text-decoration: underline;
|
||||||
#contact form {
|
margin-left: 4px;
|
||||||
display: none;
|
|
||||||
}
|
}
|
Reference in New Issue
Block a user