Update filename
This commit is contained in:
parent
6eacdf1803
commit
ece839e276
1 changed files with 4 additions and 2 deletions
|
|
@ -36,7 +36,7 @@ export default {
|
|||
let state = Math.random().toString(36).substring(2, 15) + Math.random().toString(36).substring(2, 15);
|
||||
params.push(`state=${state}`);
|
||||
localStorage.setItem(`top-spotify-state`, state);
|
||||
}
|
||||
};
|
||||
|
||||
return `${this.auth_base}?${params.join("&")}`;
|
||||
}
|
||||
|
|
@ -64,7 +64,8 @@ export default {
|
|||
}
|
||||
|
||||
button {
|
||||
background-color: var(--spotify-green);
|
||||
background-color: var(--button-background);
|
||||
color: var(--button-text);
|
||||
font-family: var(--fonts);
|
||||
border-radius: 50px;
|
||||
padding: 10px 20px;
|
||||
|
|
@ -72,6 +73,7 @@ button {
|
|||
font-size: larger;
|
||||
outline: none;
|
||||
}
|
||||
button:hover { cursor: pointer; }
|
||||
|
||||
p {
|
||||
margin-bottom: 0px;
|
||||
Loading…
Add table
Add a link
Reference in a new issue