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

_dark.scss « scss « assets - github.com/4ever9/less.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3d28e9dcbac21a6aef13c04bee34e787dfcd8203 (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
25
26
27
28
29
30
31
32

.dark {
  background: #16171c;

  .icon-moon {
    color: #ffbe00 !important;
  }

  .year {
    color: #f0f0f0;
  }

  .post-right {
    &:after {
      background: #000;
    }
  }

  .post-title, .single-title {
    color: #d0d0d0;
  }

  .single-content {
    color: #b0b0b0;
  }

  .is-active-li {
    & > a {
      color: #f0f0f0!important;
    }
  }
}