additional formatting for troubleshooting text

This commit is contained in:
sparks-alec
2022-02-14 03:24:19 -05:00
parent cb724b97cd
commit e5c8f242ab
+20 -2
View File
@@ -1,5 +1,4 @@
body {
color: #6e6c6f;
font-family: sans-serif;
margin: 0px;
margin-top: 40px;
@@ -77,11 +76,30 @@ table.cv-table td {
}
.not-responding {
color: white;
}
.not-responding em {
background-color: #3f3f3f;
color: white;
padding: 2px 10px;
display: inline-block;
border-radius: 5px;
}
.not-responding hr{
margin-top: 100px;
border-color: #333;
}
.device-info{
color: #AAA;
}
.device-info h4, .device-info h2{
color: #BBB;
}
.device-info em{
background-color: #3f3f3f;
padding: 2px 5px;
display: inline-block;
border-radius: 5px;
color: #fdea08;
margin: 1px;
}