12 lines
132 B
CSS
12 lines
132 B
CSS
/* Custom PasserVR CSS for DoxyGen */
|
|
|
|
a {
|
|
color: #e77505;
|
|
}
|
|
.contents a:visited {
|
|
color: #e77505;
|
|
}
|
|
|
|
a:hover {
|
|
color: #10659C;
|
|
} |