@tailwind base;
@tailwind components;
@tailwind utilities;

/*

@layer components {
  .btn-primary {
    @apply py-2 px-4 bg-blue-200;
  }
}

*/
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */

body {
  background-color: rgb(0, 43, 54);
  padding: 2px;
}

.todo-logo {
  color: rgb(208, 232, 232) !important;
  font-size: 26px !important;
}

textarea {
  background: rgb(14, 82, 99) !important;
  color: rgb(208, 232, 232) !important;
  font-size: 18px !important;
}

input[type=number] {
  background: rgb(14, 82, 99);
  color: rgb(208, 232, 232);
}

.entity>.material-symbols-rounded {
  color: #6093a0;
  font-weight: bold;
}

/*# sourceMappingURL=application.css-a4e72eb3f8777ed9c43984ee4f52fb65dd5a89eae28a12d6b65f59f1c38f1b00.map */
