diff --git a/public/css/global.css b/public/css/global.css index 5ce076b..26e4c38 100644 --- a/public/css/global.css +++ b/public/css/global.css @@ -33,15 +33,24 @@ main { .navbar { display: flex; align-items: center; - justify-content: space-between; + justify-content: start; flex-direction: row; padding: 8px; - margin-bottom: 8px; - background-color: var(--background); } +.navbar .item { + align-self: center; + box-shadow: none; + border: none; + padding: .78571429em .92857143em; + margin: 0 .35714286em; + background: none; + transition: color .1s ease; + border-radius: .28571429rem; +} + .index-gh { background: var(--background); color: var(--text); @@ -75,9 +84,10 @@ main { color: var(--text); } -.center { - text-align: center; -} +.center { text-align: center; } +.logo { max-width: 220px; } +.hero h1 { font-size: 5.5em; } +.hero h2 { font-size: 3em; } a { color: var(--text); @@ -290,3 +300,8 @@ a:hover { .cl { padding-left: 8px } + +/* 糞vimvixen */ +.vimvixen-console-frame { + display: none; +} diff --git a/views/header.html b/views/header.html index 876b5af..dcb09c8 100644 --- a/views/header.html +++ b/views/header.html @@ -13,19 +13,12 @@ diff --git a/views/index.html b/views/index.html index 285cf22..c5992ed 100644 --- a/views/index.html +++ b/views/index.html @@ -1,9 +1,12 @@ {{template "header" .}}
-
- Gitlin -

Gitlin

+
+ +
+

Gitlin

+

Github向けプライバシーUI

+
{{ if not .setupstatus }}