Csss
This commit is contained in:
parent
6feb1c345b
commit
fae50e7cb7
1 changed files with 2 additions and 2 deletions
|
@ -6,12 +6,12 @@ html {
|
|||
|
||||
html a {
|
||||
text-decoration: none;
|
||||
color: black
|
||||
color: black;
|
||||
background-color: rgba(255,255,128,1);
|
||||
}
|
||||
|
||||
html a:visited {
|
||||
color: black
|
||||
color: black;
|
||||
background-color: rgba(255,255,128,1);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue