Skip to content

Commit 4664a86

Browse files
committed
Arrange styles for order specifity
1 parent ac27655 commit 4664a86

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@
3939
<!-- STYLES -->
4040
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
4141
integrity="sha384-+0n0xVW2eSR5OomGNYDnhzAbDsOXxcvSN1TPprVMTNDbiYZCxYbOOl7+AMvyTG2x" crossorigin="anonymous">
42-
<link rel="stylesheet" href="./css/global.css" />
43-
<link rel="stylesheet" href="./css/styles.css" />
44-
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css"
42+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css"
4543
integrity="sha512-iBBXm8fW90+nuLcSKlbmrPcLa0OT92xO1BIsZ+ywDWZCvqsWgccV3gFoRBv0z+8dLJgyAHIhR35VZc2oM/gI1w=="
4644
crossorigin="anonymous" />
45+
<link rel="stylesheet" href="./css/global.css" />
46+
<link rel="stylesheet" href="./css/styles.css" />
4747
</head>
4848

4949
<body id="home">

0 commit comments

Comments
 (0)