Skip to content
Snippets Groups Projects
Commit dd3f938b authored by Gerhard Gonter's avatar Gerhard Gonter :speech_balloon:
Browse files

another example of bad web design

parent e7ca9e6a
No related branches found
No related tags found
No related merge requests found
...@@ -4,6 +4,10 @@ ...@@ -4,6 +4,10 @@
body{ font-weight: 400 !important; /* font-weight 300 makes the text really hard to read */ } body{ font-weight: 400 !important; /* font-weight 300 makes the text really hard to read */ }
} }
@-moz-document domain(www.univie.ac.at) {
body{ font-weight: 400 !important; /* font-weight 300 makes the text really hard to read */ }
}
@-moz-document domain(www.p-m-a.at) { @-moz-document domain(www.p-m-a.at) {
/* this is a nice example for really bad web design: dark grey background with slightly darker grey letters */ /* this is a nice example for really bad web design: dark grey background with slightly darker grey letters */
body{ background-color: #FFFFFF !important; background: none; } body{ background-color: #FFFFFF !important; background: none; }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment