mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-05 18:44:54 +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;
|
|
}
|