This commit is contained in:
WhyKorp
2024-03-11 20:09:14 +01:00
committed by GitHub
parent a8e49cf47f
commit 7c00d394af
+12 -1
View File
@@ -43,6 +43,17 @@ h1 {
color: white;
}
h2 {
color: white;
}
h3 {
color: white;
}
h4 {
color: white;
}
header {
background-color: #303030;
@@ -144,7 +155,7 @@ li.nav2:hover {
.task-menu {
display: none;
position: absolute;
background-color: #f9f9f9;
background-color: #282828;
min-width: 150px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
padding: 12px;