diff --git a/app.css b/app.css index 903e4a1..3e62603 100644 --- a/app.css +++ b/app.css @@ -24,7 +24,7 @@ change the --imgcol value to make the filter to your own */ - --imgbg: url(assets/background.png); + --imgbg: url(assets/background.jpg); --imgcol: linear-gradient( rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7) @@ -264,13 +264,16 @@ body { font-size: var(--fses); color: var(--fg); margin-top: 1vh; - padding: 6px 12px; + padding: 8px 12px; border-radius: 5px; font-weight: bold; + text-align: center; + width: 80%; } .list__link:hover { background-color: var(--accent); color: var(--sfg); + } /* M E D I A - Q U E R I E S */ diff --git a/assets/background.png b/assets/background.png deleted file mode 100644 index ce0f388..0000000 Binary files a/assets/background.png and /dev/null differ diff --git a/config.js b/config.js index cbf14f6..af0837f 100644 --- a/config.js +++ b/config.js @@ -82,38 +82,38 @@ const CONFIG = { lists: { firstList: [ { - name: 'Github', - link: 'https://github.com/', + name: 'Inspirational', + link: 'https://www.youtube.com/watch?v=dQw4w9WgXcQ', }, { - name: 'Mail', - link: 'https://mail.protonmail.com/', + name: 'Classic', + link: 'https://www.youtube.com/watch?v=dQw4w9WgXcQ', }, { - name: 'Calendar', - link: 'https://calendar.google.com/calendar/r', + name: 'Oldies', + link: 'https://www.youtube.com/watch?v=dQw4w9WgXcQ', }, { - name: 'Reddit', - link: 'https://reddit.com', + name: 'Rock', + link: 'https://www.youtube.com/watch?v=dQw4w9WgXcQ', }, ], secondList: [ { name: 'Linkedin', - link: 'https://github.com/', + link: 'https://linkedin.com/', }, { - name: 'Facebook', - link: 'https://mail.protonmail.com/', + name: 'Figma', + link: 'https://figma.com/', }, { - name: 'Instagram', - link: 'https://calendar.google.com/calendar/r', + name: 'Dribbble', + link: 'https://dribbble.com', }, { name: 'Telegram', - link: 'https://reddit.com', + link: 'https://webk.telegram.org', }, ], },