diff --git a/.vuepress/components/Channels.vue b/.vuepress/components/Channels.vue index 09169acdd..598c377a8 100644 --- a/.vuepress/components/Channels.vue +++ b/.vuepress/components/Channels.vue @@ -2,19 +2,21 @@
@@ -47,7 +49,11 @@ export default { type: Boolean, default: true }, - twitter: { + x: { + type: Boolean, + default: true + }, + linkedin: { type: Boolean, default: true }, @@ -71,6 +77,10 @@ export default { type: Boolean, default: true }, + julia: { + type: Boolean, + default: true + }, qgis: { type: Boolean, default: true @@ -111,17 +121,26 @@ export default { margin-top: -2px border-radius 3px +.channels .gitter img + background-color #12e69a + +.channels .julia img + background-color #6aa74d + .channels .github img background-color #E7E8E8 .channels .linkedin img - background-color #FF884A + background-color #0077b5 .channels .youtube img background-color #00FFFF -.channels .twitter img - background-color #E25E0D +.channels .x img + background-color #ffffff + +.channels .linkedin img + background-color #0A66C2 .channels .r img background-color #D8923C