Skip to content

Commit 47600b5

Browse files
Merge pull request #65 from CoderDojoPotsdam/offline-underline
fix #29 - green offline color
2 parents 24e8c15 + 83c75eb commit 47600b5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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)