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: 711b890fac38a80194394130ba621b0881b4bee8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
body {
  background-color: #f8f9fa;
  color: black;
}

.profile-area {
  background-color: #fff;
  box-shadow: -4px -4px 5px 2px #595659;
}

a,
.accordion,
.social-icons * {
  color: #007bff;
}

.skillbar {
  background-color: #fff;
  border: solid 1px black;
}

#skill-percent {
  background-color: #007bff;
}