Skip to content

Commit

Permalink
fix search text
Browse files Browse the repository at this point in the history
  • Loading branch information
RedNotSus committed Apr 14, 2024
1 parent 51cc7fe commit d5d14dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions static/assets/uv/science.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
border-radius: 10px;
text-align: center;
outline: none;
color: white;
color: rgb(0, 0, 0);
margin: 0;
position: absolute;
left: 50%;
Expand All @@ -23,7 +23,7 @@
.form__input::placeholder {
font-family: "Inter", Arial, Helvetica, sans-serif;
font-size: 16px;
color: #aaa;
color: #000000;
text-align: center;
opacity: 0.4;
}
Expand Down
2 changes: 1 addition & 1 deletion static/science.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta http-equiv="Cache-control" content="public">
<script src="/assets/js/script.js?v=4"></script>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/assets/uv/science.css">
<link rel="stylesheet" href="/assets/uv/science.css?v=1">
<title>Dashboard</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta charset="utf-8">
Expand Down

0 comments on commit d5d14dd

Please sign in to comment.