Skip to content
This repository was archived by the owner on Jan 29, 2025. It is now read-only.

Commit b84269a

Browse files
authored
Merge pull request #443 from sinfo/fix-css-theme
fix: change indigo-pink css theme
2 parents b91bfd5 + d255798 commit b84269a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
<link rel="stylesheet" type="text/css"
6161
href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" />
6262
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet" />
63-
<link href="https://unpkg.com/@angular/material/prebuilt-themes/indigo-pink.css" rel="stylesheet" />
63+
<link href="https://unpkg.com/@angular/material@15.1.4/prebuilt-themes/indigo-pink.css" rel="stylesheet" />
6464
<link href='https://fonts.googleapis.com/css?family=Montserrat' rel='stylesheet'>
6565

6666

0 commit comments

Comments
 (0)