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: e89d790242f4f8d75666baeb406e343d6a9214c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
:root {
  --primaryBg: #f8f9fa;
  --primaryText: black;
  --primaryLinks: #81415f;
  --secondaryBg: #f2e5eb;
  --secondaryText: #582d41;
  --secondaryLinks: #ffc107;
  --shadow: #595659;
  --cardBg: #81415f;
  --cardText: white;
  --cardLink: #ffc107;
}