Skip to content

Commit e1531a0

Browse files
committed
Changing links to be either maroon or brown.
1 parent a782d82 commit e1531a0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ pre {
2727

2828

2929
/*** links ***/
30-
a {text-decoration: none}
30+
a {text-decoration: none; font-weight: bold}
3131
a img {border: none}
32-
a:link, a:visited { color:#f60}
33-
#bd a:link, #bd a:visited { color:#f60; text-decoration:underline}
34-
#bd #sidebar a:link, #bd #sidebar a:visited { color:#333; text-decoration:none}
32+
a:link, a:visited { color:#800000}
33+
#bd a:link, #bd a:visited { color:#800000; text-decoration:underline}
34+
#bd #sidebar a:link, #bd #sidebar a:visited { color:#8B4513; text-decoration:none}
3535
a:hover { color:#000}
3636
#bd a:hover { background-color:#FF9955; color:black; text-decoration:none}
3737
#bd #sidebar a:hover { color:#FF9955; background:none}
@@ -41,7 +41,7 @@ a.reference em { color: #FF9955;font-style:normal;font-weight:bold;}
4141
/*** sidebar ***/
4242
#sidebar div.sphinxsidebarwrapper { font-size:92%; margin-right: 14px}
4343
#sidebar h3, #sidebar h4 { color: #487858; font-size: 125%}
44-
#sidebar a { color: #487858}
44+
#sidebar a { color: #8B4513}
4545
#sidebar ul ul { margin-top:0; margin-bottom:0}
4646
#sidebar li { margin-top: 0.2em; margin-bottom: 0.2em}
4747

0 commit comments

Comments
 (0)