Skip to content

Commit ee5ddf5

Browse files
Merge #31
31: Adding meta theme-colour for nicer UI 🎨 r=eldruin a=sanjaiyan-dev Adding `<meta name="theme-color" />` we can customise the colour of the app bar. For more info please [click here](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/meta/name/theme-color). I have added `#2f3360` as a theme colour :) _Extremely sorry if I made any mistakes :(_ Co-authored-by: Sanjaiyan Parthipan <[email protected]>
2 parents 20e43ca + 1a813b3 commit ee5ddf5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

templates/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<meta charset="utf-8">
77
<meta name="description" content="Awesome embedded projects by the Rust community!">
88
<meta name="viewport" content="width=device-width, initial-scale=1">
9+
<meta name="theme-color" content="#2f3360" />
910
<title>Embedded Rust Showcase</title>
1011
</head>
1112

0 commit comments

Comments
 (0)