fix: invalid css in style.css
This commit is contained in:
parent
f457a4a520
commit
ffab5345dc
1 changed files with 2 additions and 3 deletions
|
@ -1,7 +1,6 @@
|
||||||
body, html {
|
body, html {
|
||||||
font-family: helvetica, sans-serif, arial;
|
font-family: helvetica, sans-serif, arial;
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
color: #111;
|
|
||||||
background-color: rgb(0, 0, 0);
|
background-color: rgb(0, 0, 0);
|
||||||
color: rgb(240, 240, 240);
|
color: rgb(240, 240, 240);
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
@ -139,7 +138,7 @@ body, html {
|
||||||
.dropup:hover .dropup-content {
|
.dropup:hover .dropup-content {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
.dropup:click .dropup-content {
|
.dropup:active .dropup-content {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
.dropup:hover .dropbtn {
|
.dropup:hover .dropbtn {
|
||||||
|
|
Loading…
Reference in a new issue