217 bytes added
, 15:04, 13 June 2019
| Line 25: |
Line 25: |
| | | | |
| | } | | } |
| | + | |
| | + | /* unvisited link */ |
| | + | a:link { |
| | + | color: DarkGoldenrod; |
| | + | } |
| | + | |
| | + | /* visited link */ |
| | + | a:visited { |
| | + | color: Goldenrod; |
| | + | } |
| | + | |
| | + | /* mouse over link */ |
| | + | a:hover { |
| | + | color: Gold; |
| | + | } |
| | + | |
| | + | /* selected link */ |
| | + | a:active { |
| | + | color: Goldenrod; |
| | + | } |
| | | | |
| | #content h3 { | | #content h3 { |