# Dark Theme: meetup embed difficult to read

**URL:** https://meta.discourse.org/t/dark-theme-meetup-embed-difficult-to-read/121225
**Category:** Support
**Created:** [June 25, 2019, 1:35am UTC](https://meta.discourse.org/t/dark-theme-meetup-embed-difficult-to-read/121225 "2019-06-25T01:35:58Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![abcoathup](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/abcoathup/32/145066_2.png) [@abcoathup](https://meta.discourse.org/u/abcoathup)
#### Post date: [June 25, 2019, 1:35am UTC](https://meta.discourse.org/t/dark-theme-meetup-embed-difficult-to-read/121225/1 "2019-06-25T01:35:58Z")

</div>

When using Dark Theme, meetup embeds are difficult to read.

Any suggestions on how to improve this?

> **[Weekly Web3 Hack, Wed, 26 June 2019, 6:00 pm | Meetup](https://www.meetup.com/web3-melbourne/events/lpgpsqyzjbjc/)**
>
> Are you interested in Web3 technologies like blockchains, smart contracts and other decentralised systems? Do you want to meet other curious people or even learn to build o

 ![Meetup%20embed](https://global.discourse-cdn.com/meta/original/3X/4/e/4e80514e45ab3a6b5c60e4553505acc04658fa7c.png)

---

<div class="post-metadata">

### Author: ![Falco](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/falco/32/179432_2.png) [@Falco](https://meta.discourse.org/u/Falco)
#### Post date: [June 25, 2019, 2:25am UTC](https://meta.discourse.org/t/dark-theme-meetup-embed-difficult-to-read/121225/2 "2019-06-25T02:25:45Z")

</div>

> [@abcoathup](#):
>
> Any suggestions on how to improve this?

The problematic CSS comes directly from the Meetup API, so I suggest contacting them.

[http://api.meetup.com/oembed?url=https://www.meetup.com/Web3-Melbourne/events/lpgpsqyzjbjc/](http://api.meetup.com/oembed?url=https://www.meetup.com/Web3-Melbourne/events/lpgpsqyzjbjc/)

You can also try a override in your local theme:

```css
#meetup_oembed {
    background: none !important;
}

```

---

<div class="post-metadata">

### Author: ![abcoathup](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/abcoathup/32/145066_2.png) [@abcoathup](https://meta.discourse.org/u/abcoathup)
#### Post date: [June 26, 2019, 2:00am UTC](https://meta.discourse.org/t/dark-theme-meetup-embed-difficult-to-read/121225/3 "2019-06-26T02:00:39Z")

</div>

Thanks @Falco I have raised with Meetup, will see what they come back with.

---

<div class="post-metadata">

### Author: ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)
#### Post date: [December 14, 2022, 6:53pm UTC](https://meta.discourse.org/t/dark-theme-meetup-embed-difficult-to-read/121225/4 "2022-12-14T18:53:31Z")

</div>



---

<div class="post-metadata">

### Author: ![Stephen](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/stephen/32/95011_2.png) [@Stephen](https://meta.discourse.org/u/Stephen)
#### Post date: [December 14, 2022, 7:07pm UTC](https://meta.discourse.org/t/dark-theme-meetup-embed-difficult-to-read/121225/5 "2022-12-14T19:07:16Z")

</div>


