From 4bc98a854e7059334207ce624e16197c425b10b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AB=8F=E8=A8=AA=E5=AD=90?= Date: Tue, 6 Jun 2023 16:30:34 +0900 Subject: [PATCH] . --- public/css/global.css | 27 +++++++++++++++++++++------ views/header.html | 21 +++++++-------------- views/index.html | 9 ++++++--- 3 files changed, 34 insertions(+), 23 deletions(-) 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 }}