12 lines
124 B
CSS
12 lines
124 B
CSS
|
/* web app styling overrides */
|
||
|
|
||
|
a,
|
||
|
a:visited {
|
||
|
color: #338574;
|
||
|
}
|
||
|
|
||
|
a:hover {
|
||
|
text-decoration: none;
|
||
|
color: #317f6f;
|
||
|
}
|