Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
2
  • Loading branch information
Daniele Ciminieri committed Oct 16, 2024
1 parent 6b1e50a commit 3fb11a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
</a>
<span
class="fw-semibold badge rounded-pill text-white fs-6 mt-2"
style="box-shadow: inset 0 0 4px 2px {'#' + corso.colore}, 0 0 2px 2px {'#' +
style="box-shadow: inset 0 0 4px 2px {'#' + corso.colore}, 0 0 4px 2px {'#' +
corso.colore};
border: 1px solid {'#' + corso.colore}; background-color: {'#' + corso.colore}">{corso.anno}</span
>
Expand Down
2 changes: 1 addition & 1 deletion src/routes/corsi/[slug]/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<span class="fw-normal text-uppercase">{data.corso.titolo}</span>
<span
class="badge fw-semibold rounded-pill text-white fs-6 mt-0"
style="box-shadow: inset 0 0 2px 2px {'#' + data.corso.colore}, 0 0 2px 2px {'#' +
style="box-shadow: inset 0 0 4px 2px {'#' + data.corso.colore}, 0 0 4px 2px {'#' +
data.corso.colore};
border: 1px solid {'#' + data.corso.colore}; background-color: {'#' + data.corso.colore}"
>{data.corso.anno}</span
Expand Down

0 comments on commit 3fb11a5

Please sign in to comment.