Skip to content

Commit e677f1c

Browse files
committed
fix css selector
1 parent fbec4a8 commit e677f1c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

static/css/styles.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,16 +118,16 @@ footer span {
118118
}
119119

120120
/*
121-
header span.info-network-icon::after {
121+
header span#info-network-icon::after {
122122
content: ' ONLINE';
123123
}
124124
*/
125125

126-
header span.info-network-icon.offline {
126+
header span#info-network-icon.offline {
127127
color: var(--color-text-error);
128128
}
129129

130-
header span.info-network-icon.offline::after {
130+
header span#info-network-icon.offline::after {
131131
content: ' COMPUTER OFFLINE';
132132
}
133133

0 commit comments

Comments
 (0)