mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 12:40:01 +01:00
Fixed colours again
This commit is contained in:
parent
94e935e7d1
commit
cf2db3ab76
@ -36,17 +36,17 @@ th {
|
|||||||
|
|
||||||
a:link {
|
a:link {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: blue;
|
color: #0000CC;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:visited {
|
a:visited {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: blue;
|
color: #0000CC;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:hover {
|
a:hover {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
color: red;
|
color: #FF0000;
|
||||||
}
|
}
|
||||||
|
|
||||||
form {
|
form {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user