Skip to content

Commit

Permalink
Fix detected code smells
Browse files Browse the repository at this point in the history
  • Loading branch information
thejaviertc committed May 4, 2023
1 parent 72c915a commit afd4a68
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
name="google-site-verification"
content="ZfdwmwqWjH62nFQdRDpERYtqWpLy1M2vLJxYx3quMDU"
/>
<title>Steam Workshop Stats</title>
%sveltekit.head%
</head>
<style>
Expand Down
5 changes: 3 additions & 2 deletions src/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ html {
}

body {
font-family: "Basier Circle";
font-family: "Basier Circle", sans-serif;
@apply font-extrabold;
}

Expand Down Expand Up @@ -58,6 +58,7 @@ svg {
transition: all 0.5s ease;
}

.stat, .stat-title {
.stat,
.stat-title {
@apply text-gray-100;
}

0 comments on commit afd4a68

Please sign in to comment.