mirror of
https://github.com/moodle/moodle.git
synced 2025-02-22 19:06:51 +01:00
10 lines
208 B
CSS
10 lines
208 B
CSS
#newheaderleft, #newheader {
|
|
background: [[setting:headercolor]] url([[pix:theme|header]]) repeat-x 0 100%;
|
|
}
|
|
|
|
a:link,a:visited {
|
|
color: [[setting:linkcolor]];
|
|
}
|
|
|
|
/** Custom CSS **/
|
|
[[setting:customcss]] |