This commit is contained in:
Dávid Jančár 2024-05-16 09:31:26 +02:00
parent 9ef94f51b6
commit f47684584a
2 changed files with 6 additions and 6 deletions

@ -134,7 +134,7 @@ nav {
.dropdown-content {
display: none;
position: absolute;
background-color: #f9f9f9;
background-color: #575757;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
z-index: 1;
@ -143,7 +143,7 @@ nav {
/* Style the links inside the dropdown */
.dropdown-content a {
float: none;
color: black;
color: rgb(255, 255, 255);
padding: 12px 16px;
text-decoration: none;
display: block;
@ -159,8 +159,8 @@ nav {
/* Add a grey background to dropdown links on hover */
.dropdown-content a:hover {
background-color: #ddd;
color: black;
background-color: #5d3e3e;
color: rgb(211, 211, 211);
}
/* Show the dropdown menu when the user moves the mouse over the dropdown button */
@ -169,7 +169,7 @@ nav {
}
main {
background-color: #eeeeee;
background-color: #313131;
}
.topnav.responsive .dropdown-content {

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en">
<html lang="en" data-theme="dark">
<head>
<meta charset="UTF-8">