mirror of
https://github.com/moodle/moodle.git
synced 2025-03-13 04:01:40 +01:00
10 lines
198 B
CSS
10 lines
198 B
CSS
body,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,input,textarea {
|
|
font-family: arial, verdana, sans-serif;
|
|
line-height: 1.5;
|
|
color: #333;
|
|
}
|
|
|
|
h2,h3,h4,h5,h6 {
|
|
color: #999;
|
|
font-weight: normal;
|
|
} |