mirror of
https://github.com/openharmony/third_party_libsnd.git
synced 2026-08-27 22:10:25 -04:00
4cd5c3ac11
* Use GitHub's Jekyll static site generator. * Move all documentation to docs/ directory. * Convert HTML to Markdown.
15 lines
122 B
CSS
15 lines
122 B
CSS
body {
|
|
background:white;
|
|
color:black;
|
|
}
|
|
|
|
h1{
|
|
background:white;
|
|
color:black;
|
|
}
|
|
|
|
h2 {
|
|
background:white;
|
|
color:#666;
|
|
}
|