Speiseplan der Mensen der Georg-August-Universität Göttingen https://mensa.schneider-hosting.de
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
230 B

  1. /* mrmrs.io/links */
  2. a {
  3. transition: color .4s;
  4. color: #265C83;
  5. }
  6. a:link,
  7. a:visited { color: #265C83; }
  8. a:hover { color: #7FDBFF; }
  9. a:active {
  10. transition: color .3s;
  11. color: #007BE6;
  12. }
  13. .link { text-decoration: none; }