We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 668d266 commit 0093357Copy full SHA for 0093357
public/css/site.css
@@ -341,10 +341,20 @@ pre {
341
}
342
343
.postman {
344
- border: 2px solid black;
345
- cursor: pointer;
346
- border-color: #ff9800;
347
- background: #ff9800;
348
- padding: 2px 5px;
+ border-radius: 3px;
+ background: #d23714;
+ padding: 5px;
349
color: white;
+}
+
350
+/* Mouse navigation.*/
351
+.postman:hover {
352
+ color: white;
353
+ text-decoration: underline;
354
355
356
+/* Keyboard navigation.*/
357
+.postman:focus {
358
359
360
0 commit comments