選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

custom.css 509B

123456789101112131415161718192021222324
  1. /*
  2. # @name: custom.css
  3. # @version: 0.1
  4. # @creation_date: 2021-10-25
  5. # @license: The MIT License <https://opensource.org/licenses/MIT>
  6. # @author: Simon Bowie <ad7588@coventry.ac.uk>
  7. # @purpose: Custom CSS to override Bootstrap 5 defaults
  8. # @acknowledgements:
  9. # Bootstrap 5.1.3: https://getbootstrap.com/
  10. */
  11. body {
  12. font-family: 'Lato', sans-serif !important;
  13. }
  14. main > .container {
  15. padding: 60px 15px 0;
  16. }
  17. .carousel-control-next,
  18. .carousel-control-prev,
  19. .carousel-indicators {
  20. filter: invert(100%);
  21. }