Skip to content

Commit 47443bd

Browse files
Changing CSS file
1 parent e05dd62 commit 47443bd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="UTF-8">
55
<title>Sorting algorithm</title>
66
<script src="src/sorting.js"></script>
7-
<link href="dist/output.css" rel="stylesheet">
7+
<link href="build.css" rel="stylesheet">
88
</head>
99
<body >
1010
<div class="m-10 xl:grid xl:grid-cols-2 xl:justify-items-stretch w-[95%] h-full">

0 commit comments

Comments
 (0)