dotted
This commit is contained in:
parent
7c0cd85e03
commit
91a301ca29
1 changed files with 2 additions and 2 deletions
|
@ -6,14 +6,14 @@ html {
|
||||||
|
|
||||||
html a {
|
html a {
|
||||||
text-decoration-line: underline;
|
text-decoration-line: underline;
|
||||||
text-decoration-style: wavy;
|
text-decoration-style: dotted;
|
||||||
text-decoration-color: #1a1a1a;
|
text-decoration-color: #1a1a1a;
|
||||||
color: black;
|
color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
html a:visited {
|
html a:visited {
|
||||||
text-decoration-line: underline;
|
text-decoration-line: underline;
|
||||||
text-decoration-style: wavy;
|
text-decoration-style: dotted;
|
||||||
text-decoration-color: #1a1a1a;
|
text-decoration-color: #1a1a1a;
|
||||||
color: black;
|
color: black;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue