global.css 325 B

123456789101112131415161718
  1. html, body {
  2. font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  3. color: #2c3e50;
  4. }
  5. ul {
  6. line-height: 1.5em;
  7. padding-left: 1.5em;
  8. }
  9. a {
  10. color: #7f8c8d;
  11. text-decoration: none;
  12. }
  13. a:hover {
  14. color: #4fc08d;
  15. }