mirror of
https://github.com/pi-hole/web.git
synced 2026-02-14 23:19:00 +00:00
Use em instead of i and strong instead of b (#3321)
This commit is contained in:
@@ -621,7 +621,7 @@ kbd {
|
||||
background: #181c20;
|
||||
font-size: 14px;
|
||||
}
|
||||
#output b.log-red {
|
||||
#output .log-red {
|
||||
background: #b23;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
@@ -294,7 +294,7 @@ a:hover {
|
||||
#output {
|
||||
font-size: 14px;
|
||||
}
|
||||
#output b.log-red {
|
||||
#output .log-red {
|
||||
background: #c00;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user