style.css 585 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. @charset "UTF-8";
  2. nav a.current {
  3. color: var(--accent) !important;
  4. border-color: var(--accent) !important;
  5. }
  6. math {
  7. font-size: 1.1em;
  8. font-family: "Cambria Math", "STIX Math", "MathJax_Math", sans-serif;
  9. }
  10. math mn {
  11. color: #c82f04;
  12. }
  13. math mi {
  14. color: #759438;
  15. }
  16. math mo {
  17. color: #3f88c2;
  18. }
  19. math mfrac {
  20. color: #000000;
  21. }
  22. #footer-logos {
  23. text-align: left;
  24. margin-top: -5px;
  25. }
  26. #footer-logos img {
  27. max-height: 45px;
  28. margin-right: 15px;
  29. margin-top: 5px;
  30. border-radius: 10px;
  31. background-color: white;
  32. }
  33. #feed {
  34. text-align: right;
  35. }