VeraCrypt/doc/html/styles.css
a1346054 32052f214b
Minor cleanup of the repo (#822)
* *: source files should not be executable

* *: make sure files have final newline

* *: remove BOM from text files

* translations: unify headers

* *: fix typos

* *: trim excess whitespace
2021-09-04 21:59:25 +02:00

32 lines
423 B
CSS

#menu {
display: none;
}
#menu ul {
list-style-type: none;
margin: 0px auto;
padding: 0;
overflow: hidden;
background-color: #08aad7;
}
#menu li {
float: left;
}
#menu li a {
display: block;
color: white;
text-align: center;
padding: 16px;
text-decoration: none;
}
#menu li a.active {
background-color: #84c7b0;
}
#menu li a:hover {
background-color: #111111;
}