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