Skip to content

Commit

Permalink
style: update jobs header background color and add hover effect
Browse files Browse the repository at this point in the history
  • Loading branch information
rbjornstad committed Jan 31, 2025
1 parent ca09e7e commit 9a7c3d9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/routes/team/[team]/(teamPages)/jobs/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@
/*overflow: hidden;*/
.jobs-header {
background-color: var(--a-surface-subtle);
background-color: var(--active-color);
border-radius: 4px 4px 0 0;
border-bottom: 1px solid var(--a-border-default);
display: flex;
Expand All @@ -477,6 +477,10 @@
border-bottom: 1px solid var(--a-border-default);
}
&:hover {
background-color: var(--a-surface-subtle);
}
.job-link {
:global(a) {
font-weight: var(--a-font-weight-bold);
Expand Down

0 comments on commit 9a7c3d9

Please sign in to comment.