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>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<header>
|
<h1>Barrett Ruth</h1>
|
||||||
<h1>Barrett Ruth</h1>
|
<aside>Software developer.</aside>
|
||||||
<aside>Software developer.</aside>
|
<aside>Simplicity advocate.</aside>
|
||||||
<aside>Simplicity advocate.</aside>
|
|
||||||
</header>
|
|
||||||
<h2><a href="https://github.com/barrett-ruth">Projects</a></h2>
|
<h2><a href="https://github.com/barrett-ruth">Projects</a></h2>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
|
|
@ -25,6 +23,9 @@
|
||||||
font-family: et-book;
|
font-family: et-book;
|
||||||
src: url(et-book.ttf);
|
src: url(et-book.ttf);
|
||||||
}
|
}
|
||||||
|
a {
|
||||||
|
color: inherit;
|
||||||
|
}
|
||||||
body {
|
body {
|
||||||
font-family: et-book;
|
font-family: et-book;
|
||||||
font-size: 1.5em;
|
font-size: 1.5em;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue