Skip to content

Commit 2068b52

Browse files
committed
Optimize theme color
1 parent 91c2627 commit 2068b52

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

_layouts/default.html

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<!DOCTYPE html>
22
<html lang="{{ site.lang | default: "en-US" }}">
33
<head>
4-
54
{% if site.google_analytics %}
65
<script async src="https://www.googletagmanager.com/gtag/js?id={{ site.google_analytics }}"></script>
76
<script>
@@ -12,23 +11,20 @@
1211
</script>
1312
{% endif %}
1413
<meta charset="UTF-8">
15-
1614
{% seo %}
1715
<meta name="viewport" content="width=device-width, initial-scale=1">
18-
<meta name="theme-color" content="#157878">
16+
<meta name="theme-color" content="#b41d23">
1917
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
2018
<link rel="stylesheet" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}">
2119
</head>
2220
<body>
2321
<header class="page-header" role="banner">
2422
<h1 class="project-name">{{ page.title | default: site.title | default: site.github.repository_name }}</h1>
2523
<h2 class="project-tagline">{{ page.description | default: site.description | default: site.github.project_tagline }}</h2>
26-
<a href="{{ site.slack_invite_link }}" class="btn"><strong>ruby-jp Slack ワークスペースに参加する</strong></a>
24+
<a href="{{ site.slack_invite_link }}" class="btn"><strong>ruby-jp Slack ワークスペースに参加する</strong></a>
2725
</header>
28-
2926
<main id="content" class="main-content" role="main">
3027
{{ content }}
31-
3228
<footer class="site-footer">
3329
<span class="site-footer-credits">ruby-jp は複数名の有志の Rubyist によって運営されています</span>
3430
</footer>

0 commit comments

Comments
 (0)