all repos — h3rald @ 2d73f55c9155061afe8b3c1572d3aa1273b94a8c

The sources of https://h3rald.com

assets/styles/_dark-vars.css

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
:root {
  --html-font-size: 16px;  
  --base-font-size: 1rem;
  --line-height: 1.5;
  --scale-factor: 1.3333;
  --leading: 1.5rem;
  --letter-spacing: 0.05em;

  --link-color: #e96363;
  --link-hover-color: #ff6e6e;

  --heading-text-color: #dddada;
  --primary-text-color: #c7c7c7;
  --secondary-text-color: #e0e0e0;

  --primary-background: #1e1e1e;
  --secondary-background: #262626;

  --success-color: #28b869;
  --warning-color: #C97D05;
  --error-color: #da3c3c;
}