Skip to content

Commit eab1664

Browse files
committed
Turning links blue to make them stand out from the text.
1 parent 6aeaae2 commit eab1664

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

libs/network/doc/static/cpp-netlib.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ pre {
2929
/*** links ***/
3030
a {text-decoration: none}
3131
a img {border: none}
32-
a:link, a:visited { color:black}
33-
#bd a:link, #bd a:visited { color:black; text-decoration:underline}
32+
a:link, a:visited { color:blue}
33+
#bd a:link, #bd a:visited { color:blue; text-decoration:underline}
3434
#bd #sidebar a:link, #bd #sidebar a:visited { color:#333; text-decoration:none}
3535
a:hover { color:#000}
3636
#bd a:hover { background-color:#E0FFB8; color:#234f32; text-decoration:none}
3737
#bd #sidebar a:hover { color:#ffe761; background:none}
3838
h2 a, h3 a, h4 a { text-decoration:none !important}
39-
a.reference em { color: #595;font-style:normal;font-weight:bold;}
39+
a.reference em { color: blue;font-style:normal;font-weight:bold;}
4040

4141
/*** sidebar ***/
4242
#sidebar div.sphinxsidebarwrapper { font-size:92%; margin-right: 14px}
@@ -179,4 +179,4 @@ img {
179179

180180
tt.py-exc.literal {
181181
color: red;
182-
}
182+
}

0 commit comments

Comments
 (0)