Adding meta theme-colour for nicer UI 🎨#31
Merged
bors[bot] merged 1 commit intoFeb 15, 2023
Conversation
eldruin
approved these changes
Feb 13, 2023
Member
eldruin
left a comment
There was a problem hiding this comment.
Let's see how it looks like, thank you!
bors r+
bors Bot
added a commit
that referenced
this pull request
Feb 13, 2023
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 <parthipankalayini@gmail.com>
Contributor
|
Build failed:
|
Member
|
The CI failure looks unrelated, seems we need some maintenance on the showcase code itself for new versions of chrono. |
eldruin
approved these changes
Feb 15, 2023
Member
eldruin
left a comment
There was a problem hiding this comment.
Let's try again, thank you!
bors r+
Contributor
|
Build succeeded:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adding
<meta name="theme-color" />we can customise the colour of the app bar. For more info please click here.I have added
#2f3360as a theme colour :)Extremely sorry if I made any mistakes :(