Skip to content

Commit

Permalink
fix: Search bar placeholder text was barely readable in glass theme
Browse files Browse the repository at this point in the history
  • Loading branch information
lscambo13 committed Dec 27, 2023
1 parent e90cc4f commit fb1cdbb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,19 @@
});
}
</script> -->
<link rel="manifest" href="manifest.json?v=1703602562275">
<link rel="manifest" href="manifest.json?v=1703602562276">
<title>Search &bull; Casa Mia</title>
<link rel="icon" type="image/x-icon" href="./favicon.ico?v=1703602562275">
<link rel="icon" type="image/x-icon" href="./favicon.ico?v=1703602562276">
<meta name="theme-color" content="black">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="color-scheme" content="light only">
<link rel="stylesheet" href="./style.css?v=1703602562275" />
<script src="./index.js?v=1703602562275" type="module"></script>
<link rel="stylesheet" href="./style.css?v=1703602562276" />
<script src="./index.js?v=1703602562276" type="module"></script>
<link rel="preconnect" href="https://raw.githubusercontent.com" crossorigin />
<link rel="preconnect" href="https://fonts.bunny.net">
<link href="https://fonts.bunny.net/css?family=nanum-brush-script:400|advent-pro:400|ubuntu:300,300i,400,400i,500,500i,700,700i|ubuntu-condensed:400|ubuntu-mono:400,400i,700,700i|vujahday-script:400|are-you-serious:400|alkatra:400|montez:400"
rel="stylesheet" />
<link rel="stylesheet" href="./animations.css?v=1703602562275">
<link rel="stylesheet" href="./animations.css?v=1703602562276">
<link rel="stylesheet" href="./icons.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ input::-webkit-search-cancel-button:hover {
}

.searchbox-style-glass>:nth-child(1)::placeholder {
color: #75757586;
color: #ffffff86;
}

.searchbox-style-glass>:nth-child(1) {
Expand Down

0 comments on commit fb1cdbb

Please sign in to comment.