|
|
@@ -132,11 +132,11 @@ a:hover {
|
|
|
border-bottom: 1px dotted var(--header-list-border-color);
|
|
|
}
|
|
|
|
|
|
-.header li a:hover {
|
|
|
+.header li :is(a, .logout-button):hover {
|
|
|
color: #888;
|
|
|
}
|
|
|
|
|
|
-.header :is(a, summary) {
|
|
|
+.header :is(a, summary, .logout-button) {
|
|
|
font-size: 0.9em;
|
|
|
color: var(--header-link-color);
|
|
|
text-decoration: none;
|
|
|
@@ -144,6 +144,17 @@ a:hover {
|
|
|
font-weight: 400;
|
|
|
}
|
|
|
|
|
|
+.header .logout-form {
|
|
|
+ display: inline;
|
|
|
+}
|
|
|
+
|
|
|
+.header .logout-button {
|
|
|
+ background: none;
|
|
|
+ padding: 0;
|
|
|
+ cursor: pointer;
|
|
|
+ font-family: inherit;
|
|
|
+}
|
|
|
+
|
|
|
.header .active a {
|
|
|
color: var(--header-active-link-color);
|
|
|
/* Note: Firefox on Windows does not show the link as bold if the value is under 600 */
|