mirror of
https://github.com/LDAPAccountManager/lam.git
synced 2025-10-03 01:39:33 +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;
|
||||
}
|
||||
|
||||
a:visited {
|
||||
color:darkblue;
|
||||
text-decoration:none;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color:red;
|
||||
text-decoration:none;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue