fix css
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user