Skip to content

Commit 83c75eb

Browse files
committed
fix #29 - green offline color
1 parent a14f792 commit 83c75eb

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Diff for: css/overview.css

+8
Original file line numberDiff line numberDiff line change
@@ -153,3 +153,11 @@ footer .space {
153153
display: inline-block;
154154
padding-right: 0.2em;
155155
}
156+
157+
.offline a {
158+
background-color: #49b749;
159+
color: white;
160+
text-decoration: none;
161+
padding-right: 2px;
162+
padding-left: 2px;
163+
}

0 commit comments

Comments
 (0)