+12
style.css
+12
style.css
···
961
.post .stats i.fa-heart.liked:hover {
962
color: #ff7070;
963
}
964
+
965
+
#posting_stats_page input:disabled + label {
966
+
color: #777;
967
+
}
968
+
969
+
#posting_stats_page .scan-result, #posting_stats_page .scan-result td, #posting_stats_page .scan-result th {
970
+
border-color: #888;
971
+
}
972
+
973
+
#posting_stats_page .scan-result th {
974
+
background-color: hsl(207, 90%, 25%);
975
+
}
976
}