diff --git a/index.html b/index.html index 949b6a9..9d7071c 100644 --- a/index.html +++ b/index.html @@ -128,6 +128,10 @@ suggestions: ['y/feed/trending'], url: 'https://youtube.com/feed/subscriptions', }, + 'First time here?': { + name: 'README.md', + url: 'https://read.xvvvyz.xyz/xvvvyz/tilde/main/README.md', + }, }; @@ -140,7 +144,7 @@ Ubuntu, Roboto, Noto, Segoe UI, Arial, sans-serif; --font-size-1: 1rem; --font-size-2: 3rem; - --font-size-base: 105%; + --font-size-base: 100%; --font-weight-bold: 700; --font-weight-normal: 400; --line-height-base: 1.4; @@ -174,9 +178,13 @@ - - First time here? - - README.md - - @@ -355,7 +314,7 @@ flex-wrap: wrap; justify-content: center; list-style: none; - margin: var(--space-2) 0 0; + margin: var(--space-1) 0 0; overflow: hidden; padding: 0; }
- First time here? - - README.md - -