remove link coloring
This commit is contained in:
parent
6911203f71
commit
c69e68df0c
1 changed files with 6 additions and 5 deletions
11
index.html
11
index.html
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue