You've already forked libsndfile
mirror of
https://github.com/OldUnreal/libsndfile.git
synced 2026-04-02 21:43:35 -07:00
* 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;
|
|
}
|