volunteers/app/assets/stylesheets/application.css

23 lines
806 B
CSS
Raw Normal View History

2022-11-21 11:10:04 +01:00
/*
* 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.
*
*= require_self
*/
2022-12-31 21:01:51 +01:00
#thredded--container{
max-width: 60rem;
}
2023-01-04 22:51:53 +01:00
.prose{
color: inherit;
2023-01-19 21:44:22 +01:00
--tw-prose-bullets: #6b7280;
2023-01-04 22:51:53 +01:00
}