custom.css 447 B

123456789101112131415161718192021222324252627282930313233
  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. .cherry-headers h1,
  14. .cherry-headers h2,
  15. .cherry-headers h3,
  16. .cherry-headers h4 {
  17. color: #f75990;
  18. }
  19. .border-cherry {
  20. border: 10px solid #f75990;
  21. }
  22. .bg-lightyellow {
  23. background-color: #fff685;
  24. }
  25. .bg-cherry {
  26. background-color: #f75990;
  27. }