diff --git a/ruty/styles/styletodo.css b/ruty/styles/styletodo.css index 89fa8e2..52f00cc 100644 --- a/ruty/styles/styletodo.css +++ b/ruty/styles/styletodo.css @@ -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;