mirror of
https://github.com/xvvvyz/tilde.git
synced 2026-03-11 14:44:24 +00:00
update links, theme and border radius
This commit is contained in:
parent
786914c848
commit
57257c6840
1 changed files with 6 additions and 38 deletions
44
index.html
44
index.html
|
|
@ -18,7 +18,7 @@
|
|||
*
|
||||
* Alternatively, create your own in the <style> tag below!
|
||||
*/
|
||||
theme: 'tilde-dark',
|
||||
theme: 'ashes-dark',
|
||||
|
||||
/**
|
||||
* Action to take when the clock is clicked. Options include:
|
||||
|
|
@ -129,12 +129,11 @@
|
|||
c: ['c/calendar/u/1/r', 'c/calendar/u/2/r'],
|
||||
d: ['d/drive/u/1/my-drive', 'd/drive/u/2/my-drive'],
|
||||
e: ['e/brand/national-geographic', 'e/brand/marvel', 'e/brand/star-wars'],
|
||||
g: ['g/trending', 'g/ossu', 'g/cadejscroggins/tilde', 'gist.github.com'],
|
||||
j: ['j/popular', 'j/popular/lastweek', 'j/tags'],
|
||||
g: ['g/trending', 'g/ossu', 'g/xvvvyz/tilde', 'gist.github.com'],
|
||||
k: ['k/u/1', 'k/u/2'],
|
||||
m: ['m/mail/u/1', 'm/mail/u/2'],
|
||||
o: ['o/discover/sets/new-for-you', 'o/discover/sets/weekly'],
|
||||
p: ['p/beema.finance'],
|
||||
p: ['p/popular', 'p/popular/lastweek', 'p/tags'],
|
||||
r: ['r/r/startpages', 'r/r/unixporn', 'r/r/onebag', 'r/r/fujix'],
|
||||
s: ['s/collection/tracks', 's/playlist/37i9dQZEVXcXr3r4FYT3J7'],
|
||||
u: ['u/explore', 'u/backgrounds'],
|
||||
|
|
@ -206,13 +205,6 @@
|
|||
search: '/input/?i={}',
|
||||
url: 'https://www.wolframalpha.com',
|
||||
},
|
||||
{
|
||||
hues: ['349', '329'],
|
||||
key: '1',
|
||||
name: 'OPL',
|
||||
search: '/?s={}',
|
||||
url: 'https://onepagelove.com/inspiration',
|
||||
},
|
||||
{
|
||||
hues: ['337', '317'],
|
||||
key: 'b',
|
||||
|
|
@ -226,12 +218,6 @@
|
|||
name: 'Figma',
|
||||
url: 'https://www.figma.com/files/recent',
|
||||
},
|
||||
{
|
||||
hues: ['230', '280'],
|
||||
key: 'i',
|
||||
name: 'Instagram',
|
||||
url: 'https://www.instagram.com',
|
||||
},
|
||||
{
|
||||
hues: ['264', '244'],
|
||||
key: 'v',
|
||||
|
|
@ -251,12 +237,6 @@
|
|||
name: 'Disney',
|
||||
url: 'https://www.disneyplus.com/home',
|
||||
},
|
||||
{
|
||||
hues: ['236', '216'],
|
||||
key: 'w',
|
||||
name: 'Webflow',
|
||||
url: 'https://webflow.com/dashboard',
|
||||
},
|
||||
{
|
||||
hues: ['214', '234'],
|
||||
key: 'g',
|
||||
|
|
@ -264,18 +244,6 @@
|
|||
search: '/search?q={}',
|
||||
url: 'https://github.com',
|
||||
},
|
||||
{
|
||||
hues: ['243', '204'],
|
||||
key: 'p',
|
||||
name: 'Plausible',
|
||||
url: 'https://plausible.io',
|
||||
},
|
||||
{
|
||||
hues: ['192', '232'],
|
||||
key: 'z',
|
||||
name: 'Telegram',
|
||||
url: 'https://web.telegram.org/z/',
|
||||
},
|
||||
{
|
||||
hues: ['201', '221'],
|
||||
key: 'l',
|
||||
|
|
@ -327,7 +295,7 @@
|
|||
},
|
||||
{
|
||||
hues: ['90'],
|
||||
key: 'j',
|
||||
key: 'h',
|
||||
name: 'Hypem',
|
||||
search: '/search/{}',
|
||||
url: 'https://hypem.com/latest',
|
||||
|
|
@ -354,7 +322,7 @@
|
|||
},
|
||||
{
|
||||
hues: ['13', '33'],
|
||||
key: 'h',
|
||||
key: 'p',
|
||||
name: 'Hunt',
|
||||
search: '/search?q={}',
|
||||
url: 'https://www.producthunt.com',
|
||||
|
|
@ -462,7 +430,7 @@
|
|||
/* root variables */
|
||||
|
||||
:root {
|
||||
--base-border-radius: 6px;
|
||||
--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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue