Skip to content

Commit

Permalink
favicon cleanup & title description
Browse files Browse the repository at this point in the history
  • Loading branch information
Okm165 committed Oct 14, 2023
1 parent fa40057 commit d55d840
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 22 deletions.
7 changes: 6 additions & 1 deletion public/favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 0 additions & 19 deletions src/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,6 @@
* the styles in here will be applied to the Document, without any sort of CSS scoping.
*
*/

:root {
--dark-background: #2b2f3a; /* Background (Dark Grayish Bluish) */
--dark-red: #d43f4a; /* Muted Red */
--dark-green: #3d8e5d; /* Muted Green */
--dark-blue: #2f6d99; /* Muted Blue */
--dark-text: #e0e0e0; /* Text (For light text against dark backgrounds) */
--dark-subtext: #a0a0a0; /* Subtext (For lesser important text) */
--dark-devider: #42465b; /* Border/Divider Color */

--light-background: #e6eaf0; /* Background (Dark Grayish Bluish) */
--light-red: #e05a67; /* Muted Red */
--light-green: #59a883; /* Muted Green */
--light-blue: #508db3; /* Muted Blue */
--light-text: #2c2f3b; /* Text (For light text against dark backgrounds) */
--light-subtext: #6c6f7f; /* Subtext (For lesser important text) */
--light-devider: #b2b5c3; /* Border/Divider Color */
}

html {
line-height: 1;
-webkit-text-size-adjust: 100%;
Expand Down
4 changes: 2 additions & 2 deletions src/routes/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ export default component$(() => {
});

export const head: DocumentHead = {
title: "Welcome to Qwik",
title: "Ksox Finance",
meta: [
{
name: "description",
content: "Qwik site description",
content: "All in one platform for your crypto business",
},
],
};

0 comments on commit d55d840

Please sign in to comment.