mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
I really don't like the underlines and color-changing on links ... :-)
This commit is contained in:
parent
ed6770129f
commit
bfca5ef8f2
@ -32,14 +32,14 @@ div#page {
|
||||
div.clearer {
|
||||
clear: both;
|
||||
}
|
||||
a:link {
|
||||
color: #116699;
|
||||
}
|
||||
a:link,
|
||||
a:visited {
|
||||
color: #AA2200;
|
||||
color: #116699;
|
||||
text-decoration:none;
|
||||
}
|
||||
a:hover {
|
||||
color: #0066FF;
|
||||
text-decoration: underline;
|
||||
}
|
||||
table.generaltable {
|
||||
background-color: #EEEEEE;
|
||||
|
Loading…
x
Reference in New Issue
Block a user