Update style.css

This commit is contained in:
Justin
2022-06-11 13:46:07 +08:00
committed by GitHub
parent b501206008
commit e15045544f

View File

@@ -1113,8 +1113,14 @@ h3 {
margin-bottom:20px;
}
#weather-api-p {
color:red;
}
label:hover {
cursor:text;
}
input[type=checkbox]:hover {
cursor:pointer;
}