Base style css errors

Created on 4 August 2025, about 3 hours ago

Problem/Motivation

After pulling down the latest updates, I noticed some errors in `css/base/basic-elements.css` This issue fixes those.
Errors include, redundant units, missing semicolons,

an undefined css variable:
font-family: var(--blockquote);

something that looks like someone started typing with their cursor in the wrong place:

small {cd web/text-shadow:
  font-size: smaller;
}

Steps to reproduce

Checkout the file named above.

Proposed resolution

Fix em!
Things we need info on:
- what should be the definition of the blockquote css property?
- should the small element have a text shadow rule, and if so, what is the value?
The rest seem straightforward.

Remaining tasks

Check the elements these style rules impact and make sure that fixing them didn't make anything look broken.

πŸ› Bug report
Status

Active

Version

2.0

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States spicy.werewolf

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024