Welcome to mirror list, hosted at ThFree Co, Russian Federation.

aafu_pinkish.css « css « static - github.com/darshanbaral/aafu.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d219c10d168da728823c48a956d1ba64e5a22f33 (plain)
1
2
3
4
5
6
7
8
9
:root {
  --primaryBg: #f8f9fa;
  --primaryText: black;
  --primaryLinks: #81415f;
  --secondaryBg: #81415f;
  --secondaryText: white;
  --secondaryLinks: #ffc107;
  --shadow: #595659;
}