Improved link styling

This commit is contained in:
Elliot Gerchak 2016-10-26 23:18:18 +00:00
parent bb5335c885
commit 143532f89b
2 changed files with 12 additions and 1 deletions

View File

@ -47,7 +47,7 @@
790 2093</textarea>
<div style="font-size:14px">Ported by <a href="https://github.com/quanyang">Yeo Quan Yang</a> & maintained by <a href="https://github.com/rocketinventor">Elliot Gerchak</a>.
<br>
Original machine code by <a href="https://github.com/fulldecent">William Entriken.</a></div><br/>
Original machine code by <a href="https://github.com/fulldecent">William Entriken</a>.</div><br/>
<div style="font-size:14px">Project site at <a href="https://github.com/fulldecent/system-bus-radio">https://github.com/fulldecent/system-bus-radio</a></div><br/>
<div style="font-size:14px">List of computers that work and what frequency to try at <a href="https://github.com/fulldecent/system-bus-radio/blob/master/TEST-DATA.tsv">https://github.com/fulldecent/system-bus-radio/blob/master/TEST-DATA.tsv</a></div>
</div>

View File

@ -98,3 +98,14 @@ input, textarea, keygen, select, button, isindex {
outline:none;
resize: none;
}
a
{
color: white;
font-weight:bold;
background-color: rgba(220, 220, 220, 0.35);
text-decoration:none;
}
a:hover
{
background-color: rgba(240, 240, 240, 0.52);
}