Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: update logo color #2157

Merged
merged 3 commits into from
May 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions gno.land/pkg/gnoweb/static/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,10 @@ html[data-theme="light"] {
--quote-background: #ddd;
--quote-2-background: #aaa4;
--code-background: #d7d9db;
--header-background: #6b6d73;
--header-background: #373737;
--header-forground: #ffffff;
--logo-hat: #ffffff;
--logo-beard: #808080;

--realm-help-background-color: #d7d9db9e;
--realm-help-odd-background-color: #d7d9db45;
Expand Down Expand Up @@ -85,8 +87,10 @@ html[data-theme="dark"] {
--quote-background: #404040;
--quote-2-background: #555555;
--code-background: #606060;
--header-background: #6b6d73;
--header-background: #373737;
--header-forground: #ffffff;
--logo-hat: #ffffff;
--logo-beard: #808080;

--realm-help-background-color: #45454545;
--realm-help-odd-background-color: #4545459e;
Expand All @@ -111,7 +115,8 @@ html[data-theme="dark"] {
}

.logo-wording path {fill: var(--header-forground, #ffffff); }
.logo-beard { fill: var(--header-forground, #ffffff); }
.logo-beard { fill: var(--logo-beard, #808080); }
.logo-hat {fill: var(--logo-hat, #ffffff); }

#theme-toggle {
display: inline-block;
Expand Down
Binary file modified gno.land/pkg/gnoweb/static/img/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified gno.land/pkg/gnoweb/static/img/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified gno.land/pkg/gnoweb/static/img/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified gno.land/pkg/gnoweb/static/img/favicon.ico
Binary file not shown.
Binary file added gno.land/pkg/gnoweb/static/img/og-gnoland.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed gno.land/pkg/gnoweb/static/img/og.png
Binary file not shown.
30 changes: 29 additions & 1 deletion gno.land/pkg/gnoweb/static/img/safari-pinned-tab.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions gno.land/pkg/gnoweb/views/funcs.html
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
<meta name="theme-color" content="#ffffff" />
<meta property="og:title" content="Gno.land - {{.Data.RealmName}}" />
<meta property="og:url" content="https://gno.land" />
<meta property="og:image" content="https://gno.land/static/img/og.png" />
<meta property="og:image" content="https://gno.land/static/img/og-gnoland.png" />
<meta property="og:site_name" content="gno.land" />
<meta property="og:description" content="{{ .Data.Description }}" />
<noscript>
Expand Down Expand Up @@ -131,7 +131,7 @@
<a class="logo" href="/">
<svg class="logo_img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 238">
<path d="M136.02,160.26c-1.77-6.5-5.55-12.22-10.68-16.59-1.98-1.69-4.14-3.29-6.5-4.78-2-1.27-4.52.6-3.94,2.9l1.42,5.62c1.8,7.14-5.86,12.93-12.24,9.26l-17.15-9.86c-11.27-6.48-25.13-6.48-36.4,0l-17.15,9.86c-6.38,3.67-14.04-2.13-12.24-9.26l1.46-5.78c.58-2.29-1.93-4.16-3.93-2.9-2.62,1.64-5,3.42-7.16,5.29-5.05,4.38-8.56,10.26-10.2,16.74l-.06.24c-4.17,16.56,2.31,33.97,16.29,43.78l43.3,30.37c4.74,3.32,11.05,3.32,15.79,0l43.3-30.37c14.19-9.95,20.65-27.74,16.09-44.51Z" class="logo-beard" />
<path d="M134.22,123.74c-3.78-31.58-19.27-63.22-34.25-87.46l22.26-22.26c5.04-5.04,1.47-13.66-5.66-13.66h-47.94c-3.7,0-7.41,1.63-9.91,4.88C41.84,27.21,8.79,75.55,3.02,123.74c-.52,4.39,4.63,7.08,7.93,4.14,11.52-10.26,29.49-17.6,57.67-17.6s46.14,7.35,57.67,17.6c3.3,2.94,8.45.24,7.93-4.14Z" style="fill: #ee445d" />
<path d="M134.22,123.74c-3.78-31.58-19.27-63.22-34.25-87.46l22.26-22.26c5.04-5.04,1.47-13.66-5.66-13.66h-47.94c-3.7,0-7.41,1.63-9.91,4.88C41.84,27.21,8.79,75.55,3.02,123.74c-.52,4.39,4.63,7.08,7.93,4.14,11.52-10.26,29.49-17.6,57.67-17.6s46.14,7.35,57.67,17.6c3.3,2.94,8.45.24,7.93-4.14Z" class="logo-hat" />
<g class="logo-wording">
<path d="M190.79,202.39l13.67-21.82c9.35,10.07,21.82,14.14,36.2,14.14s32.13-6.23,32.13-29.73v-11.27c-9.11,11.51-21.58,17.98-35.96,17.98-28.77,0-51.06-20.14-51.06-58.74s21.82-58.98,51.06-58.98c13.91,0,26.61,5.75,35.96,17.74v-14.86h30.45v108.12c0,43.87-34.04,54.66-62.57,54.66-19.66,0-35.24-4.55-49.87-17.26ZM272.78,131.66v-37.64c-5.28-7.43-16.3-12.95-26.13-12.95-17.5,0-29.49,11.99-29.49,31.89s11.99,31.89,29.49,31.89c9.83,0,20.86-5.75,26.13-13.19Z" />
<path d="M397.33,172.66v-70c0-16.06-8.39-21.58-21.34-21.58-11.99,0-21.1,6.71-26.37,13.43v78.16h-30.45V56.86h30.45v14.86c7.43-8.63,21.82-17.74,40.52-17.74,25.65,0,37.88,14.38,37.88,36.92v81.75h-30.69Z" />
Expand Down
Loading