You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

пре 3 година
пре 3 година
пре 3 година
пре 3 година
пре 3 година
пре 3 година
1234567891011121314151617181920212223242526
  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. min-height: 400px;
  14. clear: both;
  15. }
  16. main > .container {
  17. padding: 60px 15px 0;
  18. }
  19. .carousel-control-next,
  20. .carousel-control-prev,
  21. .carousel-indicators {
  22. filter: invert(100%);
  23. }