custom.css 342 B

1234567891011121314151617181920212223242526
  1. /*Navbar */
  2. .navbar .nav-link {
  3. font-family: 16px;
  4. text-transform: uppercase;
  5. }
  6. /* Custom CSS classes */
  7. .cherry-links a {
  8. color: #f75990;
  9. }
  10. .text-cherry {
  11. color: #f75990;
  12. }
  13. .border-cherry {
  14. border: 10px solid #f75990;
  15. }
  16. .bg-lightyellow {
  17. background-color: #fff685;
  18. }
  19. .bg-cherry {
  20. background-color: #f75990;
  21. }