mblode / marx

The classless CSS reset (perfect for Communists).
https://mblode.github.io/marx/
MIT License
1.69k stars 101 forks source link

Default primary color should be red #57

Closed ghost closed 2 years ago

ghost commented 3 years ago

Describe the bug A real communist CSS should use more red. Blue is a conservative / capitalist / bourgeois color.

To Reproduce Steps to reproduce the behavior:

  1. Start a proletarian revolution in your country
  2. Use lot of red flags
  3. Betray workers and destroy your economy with massive corruption and military expense
  4. Wait for people using blue or other non communist color to protest

Expected behavior Red should be used for buttons and links.

mblode commented 2 years ago

Fixed in v4.0.0. You can do the following:


<link  href="https://unpkg.com/marx-css/css/marx.min.css" rel="stylesheet">
<style>
:root {
  --primary: #da0a0a;
  --primary-400: #d63737;
  --primary-600: #be1918;
  --accent: #faf333;
}
</style>
ghost commented 2 years ago

Thank you !

image