diff --git a/adhocracy-plus/assets/scss/components/_organisation.scss b/adhocracy-plus/assets/scss/components/_organisation.scss index cffbb1c1b..d8cad222c 100644 --- a/adhocracy-plus/assets/scss/components/_organisation.scss +++ b/adhocracy-plus/assets/scss/components/_organisation.scss @@ -36,11 +36,11 @@ } .organisation__social-link { - width: 2rem; - height: 2rem; + width: 4rem; + height: 4rem; position: relative; background-color: $brand-secondary; - border-radius: 8rem; + border-radius: 10rem; i { position: absolute; @@ -48,6 +48,7 @@ left: 50%; transform: translate(-50%, -50%); width: 50%; - color: $white; + font-size: 1.8rem; + color: $black; } } diff --git a/changelog/2940.md b/changelog/2940.md new file mode 100644 index 000000000..bb86172f3 --- /dev/null +++ b/changelog/2940.md @@ -0,0 +1 @@ +- **Fixed**: social media icon size contrast \ No newline at end of file