css: add links colors
This commit is contained in:
parent
bf3df212c4
commit
adc59d1c09
|
@ -17,6 +17,22 @@ body {
|
|||
body {
|
||||
background-color: #556262;
|
||||
}
|
||||
|
||||
a:link {
|
||||
color: orange; /* unvisited link */
|
||||
}
|
||||
|
||||
a:visited {
|
||||
color: red; /* visited link */
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: white; /* mouse over link */
|
||||
}
|
||||
|
||||
a:active {
|
||||
color: yellow; /* selected link */
|
||||
}
|
||||
}
|
||||
|
||||
#main {
|
||||
|
|
Loading…
Reference in New Issue
Block a user