Difference between revisions of "Template:Valencia UPV/custom.css"

Line 1: Line 1:
 
<html>
 
<html>
 +
 +
 +
a {
 +
  color: #4a90e2;
 +
  font-weight: 700;
 +
  font-size: 16px;
 +
  text-decoration: inherit;
 +
}
 +
 +
a:hover {
 +
  color: #2275d7;
 +
  text-decoration: inherit;
 +
}
 +
 
</html>
 
</html>

Revision as of 16:53, 20 August 2018

a { color: #4a90e2; font-weight: 700; font-size: 16px; text-decoration: inherit; } a:hover { color: #2275d7; text-decoration: inherit; }