diff --git a/css/app.css b/css/app.css index 929e7e6..dfd28e8 100644 --- a/css/app.css +++ b/css/app.css @@ -182,3 +182,23 @@ nav, .card { margin-top: 1em; margin-left: 1em; } + +.dropdown-menu { + background: transparent; + border: none; + box-shadow: none; +} + +.dropdown-menu-button { + width: 10em; + margin-bottom: 1em; +} + +.bg-timebox { + background-color: lightcyan; + color: black; +} + +.bg-timebox input { + color: black; +} \ No newline at end of file diff --git a/index.html b/index.html index caa2542..8f1b8c4 100644 --- a/index.html +++ b/index.html @@ -40,7 +40,7 @@