Skip to content

Commit 0093357

Browse files
authored
address color on events (#291)
1 parent 668d266 commit 0093357

File tree

1 file changed

+15
-5
lines changed

1 file changed

+15
-5
lines changed

public/css/site.css

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -341,10 +341,20 @@ pre {
341341
}
342342

343343
.postman {
344-
border: 2px solid black;
345-
cursor: pointer;
346-
border-color: #ff9800;
347-
background: #ff9800;
348-
padding: 2px 5px;
344+
border-radius: 3px;
345+
background: #d23714;
346+
padding: 5px;
349347
color: white;
348+
}
349+
350+
/* Mouse navigation.*/
351+
.postman:hover {
352+
color: white;
353+
text-decoration: underline;
354+
}
355+
356+
/* Keyboard navigation.*/
357+
.postman:focus {
358+
color: white;
359+
text-decoration: underline;
350360
}

0 commit comments

Comments
 (0)