mirror of
https://gitee.com/openharmony/third_party_libsnd
synced 2024-11-23 18:09:59 +00:00
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;
|
|
}
|