improved styling for movie search and added some css variables for colors
This commit is contained in:
parent
8ebb55e31a
commit
338cd36166
11 changed files with 87 additions and 21 deletions
|
|
@ -12,7 +12,7 @@
|
|||
<style scoped>
|
||||
.card {
|
||||
padding: 2rem;
|
||||
background-color: lightgray;
|
||||
background-color: var(--card-background);
|
||||
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
|
||||
border-radius: 0.5rem;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue