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

aafu_light.css « css « static - github.com/darshanbaral/aafu.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 33edcf751679ecfdac087f7319fec7f52385400e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
:root {
  --primaryBg: #f8f9fa;
  --primaryText: black;
  --primaryLinks: #007bff;
  --secondaryBg: #fff;
  --secondaryText: #555050;
  --secondaryLinks: #007bff;
  --shadow: #595659;
  --cardBg: white;
  --cardText: black;
  --cardLink: #007bff;
}