mirror of
https://github.com/LDAPAccountManager/lam.git
synced 2025-10-03 09:49:16 +02:00
fixed links
This commit is contained in:
parent
8a1154a9d0
commit
48cd23a2de
1 changed files with 4 additions and 4 deletions
|
@ -38,13 +38,13 @@ body {
|
|||
|
||||
/// links
|
||||
a {
|
||||
color:darkblue;
|
||||
text-decoration:none;
|
||||
color:blue;
|
||||
text-decoration:underline;
|
||||
}
|
||||
|
||||
a:visited {
|
||||
color:darkblue;
|
||||
text-decoration:none;
|
||||
color:blue;
|
||||
text-decoration:underline;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue