File tree 2 files changed +9
-2
lines changed
2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 24
24
text-decoration : none;
25
25
}
26
26
27
+ div a {
28
+ color : # 3366BB ;
29
+ }
30
+
31
+ div a : hover {
32
+ text-decoration : underline;
33
+ }
34
+
27
35
p {
28
36
margin : 0 0 0 ;
29
37
}
Original file line number Diff line number Diff line change @@ -31,11 +31,10 @@ <h2 class="title">Quick Links</h2>
31
31
1</ a > < br > < br >
32
32
< a href ="http://en.cppreference.com/w/ " target ="_blank "> > CPP
33
33
Reference</ a > < br >
34
- < a href ="http://www.cplusplus.com/reference " target ="_blank "> > C++ Reference</ a > < br >
35
34
< a href ="https://docs.oracle.com/javase/7/docs/api " target ="_blank "> > Java
36
35
Reference</ a > < br >
37
36
< 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 >
39
38
</ div >
40
39
41
40
< div class ="item ">
You can’t perform that action at this time.
0 commit comments