mirror of
https://github.com/sipeed/MaixCDK.git
synced 2026-09-10 21:59:54 -05:00
13 lines
124 B
CSS
13 lines
124 B
CSS
|
|
|
|
#home_page h1 {
|
|
color: #1f8dbf;
|
|
}
|
|
.dark #home_page h1{
|
|
color: white;
|
|
}
|
|
|
|
@media screen and (max-width: 900px) {
|
|
}
|
|
|