12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- @charset "UTF-8";
- nav a.current {
- color: var(--accent) !important;
- border-color: var(--accent) !important;
- }
- math {
- font-size: 1.1em;
- font-family: "Cambria Math", "STIX Math", "MathJax_Math", sans-serif;
- }
- math mn {
- color: #c82f04;
- }
- math mi {
- color: #759438;
- }
- math mo {
- color: #3f88c2;
- }
- math mfrac {
- color: #000000;
- }
- #footer-logos {
- text-align: left;
- margin-top: -5px;
- }
- #footer-logos img {
- max-height: 45px;
- margin-right: 15px;
- margin-top: 5px;
- border-radius: 10px;
- background-color: white;
- }
- #feed {
- text-align: right;
- }
|