mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
Additional work for MDL-25939, fix splash orange blog titles
This commit is contained in:
parent
c09604234a
commit
ec5ced0d9d
@ -110,3 +110,21 @@ body.splash-orange { /* Define margins and background colour/imag
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
/* Blog
|
||||
------------------------*/
|
||||
|
||||
.splash-orange .blog_entry .subject a:link { /* Defining all link styles*/
|
||||
color: #000;
|
||||
}
|
||||
|
||||
.splash-orange .blog_entry .subject a:visited { /* Setting all visited link styles */
|
||||
color: #000;
|
||||
}
|
||||
|
||||
.splash-orange .blog_entry .subject a:hover { /* Setting all rollover link styles */
|
||||
color: #000;
|
||||
}
|
||||
|
||||
.splash-orange .blog_entry .subject a:active { /* Setting all active link styles */
|
||||
color: #000;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user