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 {
|
html a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: black
|
color: black;
|
||||||
background-color: rgba(255,255,128,1);
|
background-color: rgba(255,255,128,1);
|
||||||
}
|
}
|
||||||
|
|
||||||
html a:visited {
|
html a:visited {
|
||||||
color: black
|
color: black;
|
||||||
background-color: rgba(255,255,128,1);
|
background-color: rgba(255,255,128,1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue