Skip to content

Commit

Permalink
feat: remove capitalization for the whole block
Browse files Browse the repository at this point in the history
  • Loading branch information
lalver1 committed Aug 27, 2024
1 parent 0ecc98f commit f539016
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions benefits/static/css/admin/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,12 @@ html[data-theme="light"],
--link-fg: #ffffff;
--body-quiet-color: var(--dark-color);
}

#user-tools,
#logout-form button {
padding: 0;
font-weight: 300;
font-size: 0.6875rem;
letter-spacing: 0.5px;
text-transform: unset;
}

0 comments on commit f539016

Please sign in to comment.