diff --git a/custom.css b/custom.css new file mode 100644 index 00000000..99ed569d --- /dev/null +++ b/custom.css @@ -0,0 +1,27 @@ +.bg-info { + background-color: #91cdd6 !important; +} + +.bg-success { + background-color: #91d8a1 !important; +} + +.bg-secondary { + background-color: #adb5bd !important; +} + +.bg-dark { + background-color: #646b72 !important; +} + +.dropdown-item { + cursor: pointer; +} +textarea.invalid { + border-color: red !important; +} +.scrollable-menu { + height: auto; + max-height: 300px; + overflow-x: hidden; +} diff --git a/index.html b/index.html index 9e070992..c9582557 100644 --- a/index.html +++ b/index.html @@ -5,19 +5,7 @@