aboutsummaryrefslogtreecommitdiff
path: root/themes/hugo-pt2021/assets/dark.sass
blob: 312c6a9d8c4e9940eedde4f57359765620afc39c (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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
// disabled for now; breaks light mode
//
// @media (prefers-color-scheme: dark)
//   html
//     background: #222
//     color: #eee
//   body
//     background: #222
//     color: #eee
//   html.light, html.light body
//     background: #fff
//     color: #fff

html.dark
  background: #222
  color: #eee

  body
    background: #222
    color: #eee

  .navbar-menu.is-active
    background: #333
    color: #eee

  h1, h2, h3, h4, h5, h1.title, h2.title, h4.title, h5.title, figcaption,
  strong
    color: #eee

  h3.subtitle 
    color: #ccc

  .content
    .title, h3, .subtitle, h4
      color: #ddd

    code, blockquote
      color: #ddd
      background: #333

    // keep original table color for now
    table strong
      color: black

  a, a:hover
    color: #0ae