Saltssaumure / w9x-discord-theme

A Windows 9x style Discord theme.
GNU Affero General Public License v3.0
289 stars 128 forks source link

Headings have the incorrect colour #7

Closed sxxov closed 1 year ago

sxxov commented 1 year ago

Overview

Headings seem to have the same colour as the background, causing them to take up space but not show up:

Raw Message Content

# AI
Prevent false negatives via past data

## Difference from Ass 1

### Functionality
* Add data collection from nodes
* Add categorising AI running on server

### UI

Result

Message with headings Message with headings, highlighted
image image

Related Information

Discord Docs: Organizational Text Formatting


Version Information

Stable 203670 (1d87dbe)
Vencord 55543d8 (Standalone)
Electron 22.3.2
Chromium 108.0.5359.215
Host 1.0.9013 (32266)
OpenAsar Nightly (cd44357)
Plaer1 commented 1 year ago

for now you can add this to your theme css (settings)

h1, h2 {
    color: #DFDFDF !important;
}