remove link coloring

This commit is contained in:
Barrett Ruth 2023-06-20 18:07:36 -05:00
parent 6911203f71
commit c69e68df0c

View file

@ -12,11 +12,9 @@
</head>
<body>
<header>
<h1>Barrett Ruth</h1>
<aside>Software developer.</aside>
<aside>Simplicity advocate.</aside>
</header>
<h1>Barrett Ruth</h1>
<aside>Software developer.</aside>
<aside>Simplicity advocate.</aside>
<h2><a href="https://github.com/barrett-ruth">Projects</a></h2>
</body>
@ -25,6 +23,9 @@
font-family: et-book;
src: url(et-book.ttf);
}
a {
color: inherit;
}
body {
font-family: et-book;
font-size: 1.5em;