Skip to content

Commit 143532f

Browse files
Improved link styling
1 parent bb5335c commit 143532f

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

In Javascript/airgap.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
790 2093</textarea>
4848
<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>.
4949
<br>
50-
Original machine code by <a href="https://github.com/fulldecent">William Entriken.</a></div><br/>
50+
Original machine code by <a href="https://github.com/fulldecent">William Entriken</a>.</div><br/>
5151
<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/>
5252
<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>
5353
</div>

In Javascript/main.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,4 +97,15 @@ input[type="text"]:focus ,input[type="password"]:focus,textarea:focus,select:foc
9797
input, textarea, keygen, select, button, isindex {
9898
outline:none;
9999
resize: none;
100+
}
101+
a
102+
{
103+
color: white;
104+
font-weight:bold;
105+
background-color: rgba(220, 220, 220, 0.35);
106+
text-decoration:none;
107+
}
108+
a:hover
109+
{
110+
background-color: rgba(240, 240, 240, 0.52);
100111
}

0 commit comments

Comments
 (0)