.
This commit is contained in:
parent
75b5d130f0
commit
7fb553902f
1 changed files with 8 additions and 3 deletions
|
@ -5,12 +5,17 @@ html {
|
|||
}
|
||||
|
||||
html a {
|
||||
text-decoration: none;
|
||||
color: #777777;
|
||||
text-decoration-line: underline;
|
||||
text-decoration-style: wavy;
|
||||
text-decoration-color: #1a1a1a;
|
||||
color: black;
|
||||
}
|
||||
|
||||
html a:visited {
|
||||
color: #222222;
|
||||
text-decoration-line: underline;
|
||||
text-decoration-style: wavy;
|
||||
text-decoration-color: #1a1a1a;
|
||||
color: black;
|
||||
}
|
||||
|
||||
.navbar {
|
||||
|
|
Loading…
Reference in a new issue