mirror of
https://github.com/xvvvyz/tilde.git
synced 2026-03-11 14:44:24 +00:00
wikipedia -> webflow, update theme
This commit is contained in:
parent
a0f3ceac3a
commit
b4c183ca94
1 changed files with 5 additions and 6 deletions
11
index.html
11
index.html
|
|
@ -252,11 +252,10 @@
|
|||
url: 'https://www.disneyplus.com/home',
|
||||
},
|
||||
{
|
||||
hues: ['217', '237'],
|
||||
hues: ['236', '216'],
|
||||
key: 'w',
|
||||
name: 'Wikipedia',
|
||||
search: '/wiki/{}',
|
||||
url: 'https://en.wikipedia.org/wiki/Main_Page',
|
||||
name: 'Webflow',
|
||||
url: 'https://webflow.com/dashboard',
|
||||
},
|
||||
{
|
||||
hues: ['214', '234'],
|
||||
|
|
@ -463,7 +462,7 @@
|
|||
/* root variables */
|
||||
|
||||
:root {
|
||||
--base-border-radius: 4px;
|
||||
--base-border-radius: 2px;
|
||||
--base-font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue,
|
||||
Helvetica, Ubuntu, Roboto, Noto, Segoe UI, Arial, sans-serif;
|
||||
--base-font-size: 17px;
|
||||
|
|
@ -474,7 +473,7 @@
|
|||
--command-height: 4rem;
|
||||
--command-padding: calc(var(--command-height) / 2 - 1ch / 2);
|
||||
--help-grid-columns: 1;
|
||||
--help-grid-gap: 0.5rem;
|
||||
--help-grid-gap: 4px;
|
||||
--search-input-font-size: 2rem;
|
||||
--search-input-text-align: left;
|
||||
--suggestion-height: 3rem;
|
||||
|
|
|
|||
Loading…
Reference in a new issue