mirror of
https://github.com/LDAPAccountManager/lam.git
synced 2025-10-03 09:49:16 +02:00
fixed color of visited links
This commit is contained in:
parent
7d215a6802
commit
a38f7d9f57
1 changed files with 5 additions and 0 deletions
|
@ -42,6 +42,11 @@ color:darkblue;
|
||||||
text-decoration:none;
|
text-decoration:none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a:visited {
|
||||||
|
color:darkblue;
|
||||||
|
text-decoration:none;
|
||||||
|
}
|
||||||
|
|
||||||
a:hover {
|
a:hover {
|
||||||
color:red;
|
color:red;
|
||||||
text-decoration:none;
|
text-decoration:none;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue