🐛 Improved hover and updated links
This commit is contained in:
parent
ae4851401e
commit
7ff381c334
7
app.css
7
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 */
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 3.7 MiB |
28
config.js
28
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',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user