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