Skip to content

Commit

Permalink
change pay with card color
Browse files Browse the repository at this point in the history
  • Loading branch information
sverrejb committed Apr 9, 2024
1 parent 0cd4d6a commit 4f0c036
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"workbench.editor.customLabels.patterns": {
"**/src/routes/**/+layout.svelte": "${dirname} - Layout",
"**/src/routes/**/+layout.server.ts": "${dirname} - Layout Server",
"**/src/routes/**/+layout.reset.svelte": "${dirname} - Layout Reset",
"**/src/routes/**/+page.svelte": "${dirname} - Page",
"**/src/routes/**/+page.server.ts": "${dirname} - Page Server",
"**/src/routes/**/+page.ts": "${dirname} - Page Script",
Expand Down
2 changes: 1 addition & 1 deletion src/routes/membership/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
align-items: center;
align-content: space-between;
font-size: 1.1rem;
background-color: #ddd;
background-color: #46d919;
border: none;
color: black;
padding: 10px 20px;
Expand Down

0 comments on commit 4f0c036

Please sign in to comment.