Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Ticorrian committed Oct 19, 2023
1 parent c05db6e commit 0f2bbaf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 13 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>VideoSDK.Dev</title>
<link href="output.css" rel="stylesheet">
<link href="styles.css" rel="stylesheet">
<link rel="icon" href="favicon.ico" type="image/x-icon" />
<link href="favicon.ico" rel="icon" type="image/x-icon" />
<link href="https://fonts.googleapis.com/css2?family=PT+Sans:wght@700&display=swap" rel="stylesheet" />
<script src="https://kit.fontawesome.com/21f43c697b.js" crossorigin="anonymous"></script>
<script defer src="/main.min.js"></script></head>
Expand Down
4 changes: 2 additions & 2 deletions main.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 0 additions & 10 deletions output.css
Original file line number Diff line number Diff line change
Expand Up @@ -555,16 +555,6 @@ video {
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.text-3xl {
font-size: 1.875rem;
line-height: 2.25rem;
}

.text-white {
--tw-text-opacity: 1;
color: rgb(255 255 255 / var(--tw-text-opacity));
}

.transition-colors {
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
Expand Down

0 comments on commit 0f2bbaf

Please sign in to comment.