Use em instead of i and strong instead of b (#3321)

This commit is contained in:
Adam Warner
2025-03-17 18:12:10 +00:00
committed by GitHub
6 changed files with 9 additions and 7 deletions

View File

@@ -621,7 +621,7 @@ kbd {
background: #181c20;
font-size: 14px;
}
#output b.log-red {
#output .log-red {
background: #b23;
color: #fff;
}

View File

@@ -294,7 +294,7 @@ a:hover {
#output {
font-size: 14px;
}
#output b.log-red {
#output .log-red {
background: #c00;
color: #fff;
}