65 lines
887 B
CSS
65 lines
887 B
CSS
body {
|
|
color: #f8f9f2;
|
|
}
|
|
|
|
a {
|
|
color: #00eb39;
|
|
}
|
|
|
|
.callout a {
|
|
color: #f8f9f2;
|
|
}
|
|
|
|
footer p {
|
|
color: #838c95;
|
|
}
|
|
|
|
header {
|
|
display: none;
|
|
}
|
|
|
|
.bio:before {
|
|
content: 'Mike Rockwell';
|
|
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;
|
|
}
|
|
|
|
#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;
|
|
}
|
|
|
|
#contact p:after {
|
|
content: ' mike@rockwell.mx';
|
|
}
|
|
|
|
#contact form {
|
|
display: none;
|
|
} |