mirror of
https://github.com/moodle/moodle.git
synced 2025-02-09 01:21:57 +01:00
9 lines
160 B
CSS
9 lines
160 B
CSS
|
*, body, p, td,
|
||
|
h1, h2, h3, h4, h5, h6
|
||
|
{
|
||
|
font-style:inherit;
|
||
|
font-family:inherit;
|
||
|
font-size:100%;
|
||
|
background-color:#FFFFFF;
|
||
|
color:#000000;
|
||
|
}
|