Skip to content

Commit

Permalink
Style the feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoyne committed Jun 12, 2024
1 parent 4113d42 commit c813f9e
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions header/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,28 @@
margin-top: 0.125rem;
white-space: nowrap;
}

#feedback {
background-color: var(--bs-body-bg);

label {
text-align: right;
font-weight: bold;
}

a {
--bs-link-color-rgb: var(--sul-link-color-rgb);
}
}

a {
text-decoration: var(--bs-link-decoration);
font-weight: 450;
&:hover,
&:focus-visible {
text-decoration: var(--bs-link-hover-decoration);
}
}
</style>
</head>
<body>
Expand Down

0 comments on commit c813f9e

Please sign in to comment.