Skip to content

Commit c1f4321

Browse files
author
Victor Gao
committed
underline when hovering over the links
1 parent a7e00ed commit c1f4321

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

css/main.css

+8
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,14 @@ a {
2424
text-decoration: none;
2525
}
2626

27+
div a {
28+
color: #3366BB;
29+
}
30+
31+
div a:hover {
32+
text-decoration: underline;
33+
}
34+
2735
p {
2836
margin: 0 0 0;
2937
}

ipl.html

+1-2
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,10 @@ <h2 class="title">Quick Links</h2>
3131
1</a><br><br>
3232
<a href="http://en.cppreference.com/w/" target="_blank">> CPP
3333
Reference</a><br>
34-
<a href="http://www.cplusplus.com/reference" target="_blank">> C++ Reference</a><br>
3534
<a href="https://docs.oracle.com/javase/7/docs/api" target="_blank">> Java
3635
Reference</a><br>
3736
<a href="https://docs.python.org" target="_blank">> Python Reference</a><br>
38-
<a href="cheatsheet.pdf" target="_blank">>Beginner's Cheatsheet</a><br>
37+
<a href="cheatsheet.pdf" target="_blank">> Beginner's Cheatsheet</a><br>
3938
</div>
4039

4140
<div class="item">

0 commit comments

Comments
 (0)