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
15 lines
230 B
/* mrmrs.io/links */
|
|
a {
|
|
transition: color .4s;
|
|
color: #265C83;
|
|
}
|
|
|
|
a:link,
|
|
a:visited { color: #265C83; }
|
|
a:hover { color: #7FDBFF; }
|
|
a:active {
|
|
transition: color .3s;
|
|
color: #007BE6;
|
|
}
|
|
|
|
.link { text-decoration: none; }
|