aboutsummaryrefslogtreecommitdiff
path: root/src/app/kdrama/styles/search.module.css
diff options
context:
space:
mode:
authorzephex-alt <[email protected]>2024-04-29 03:55:49 +0000
committerzephex-alt <[email protected]>2024-04-29 03:55:49 +0000
commit0334cb2a8d79f511b95bd71ed5ee20a38077525c (patch)
treefc48ccefdc340aea02d84376d97d5db65de0a2c4 /src/app/kdrama/styles/search.module.css
parentremoved edge runtime (diff)
downloaddramalama-0334cb2a8d79f511b95bd71ed5ee20a38077525c.tar.xz
dramalama-0334cb2a8d79f511b95bd71ed5ee20a38077525c.zip
code maintainence
Diffstat (limited to 'src/app/kdrama/styles/search.module.css')
-rw-r--r--src/app/kdrama/styles/search.module.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/app/kdrama/styles/search.module.css b/src/app/kdrama/styles/search.module.css
index 8b723db..de17169 100644
--- a/src/app/kdrama/styles/search.module.css
+++ b/src/app/kdrama/styles/search.module.css
@@ -57,7 +57,7 @@
margin: 5px;
padding: 6px;
background-color: #2e2e2eab;
- border-radius: 10px;
+ border-radius: 0.5rem;
cursor: pointer;
transition: opacity 200ms linear, background-color 200ms linear;
}
@@ -73,14 +73,14 @@
.SearchEntry p {
color: white;
- font-family: "Atkinson Hyperlegible", serif;
+ font-family: "Lexend Deca", serif;
font-size: 18px;
width: 35vh;
}
.SearchEntry img {
width: auto;
- /* height: auto; */
+ height: auto;
border-radius: 0.5rem;
}