mirror of
https://github.com/safing/web
synced 2025-04-17 17:39:08 +00:00
Hotfix community-hub
This commit is contained in:
parent
5eacf329a8
commit
487e57330a
2 changed files with 20 additions and 12 deletions
|
@ -7,7 +7,6 @@ communities:
|
|||
image:
|
||||
icon: huge envelope open outline icon
|
||||
alt: newsletter
|
||||
|
||||
url: 'https://safing.us13.list-manage.com/subscribe?u=d8e68cb729409a59d97df4790&id=d57e88b8a3'
|
||||
- text: >
|
||||
### Twitch
|
||||
|
|
|
@ -52,19 +52,28 @@
|
|||
}
|
||||
|
||||
&:hover > div {
|
||||
background-color: $color_gallery_approx;
|
||||
border-radius: 35px;
|
||||
background-color: $color_gallery_approx !important;
|
||||
border-radius: 35px !important;
|
||||
}
|
||||
}
|
||||
padding-bottom: 20px;
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
.twitch {
|
||||
|
||||
|
||||
}
|
||||
|
||||
.twitter {
|
||||
|
||||
.twitch.icon {
|
||||
color: #4b367c;
|
||||
}
|
||||
.twitter.icon {
|
||||
color: #1da1f2;
|
||||
}
|
||||
.github.icon {
|
||||
color: black;
|
||||
}
|
||||
.discourse.icon {
|
||||
color: green;
|
||||
}
|
||||
.rss.icon {
|
||||
color: #a0a5ae;
|
||||
}
|
||||
.envelope.icon {
|
||||
color: $primary;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue