aboutsummaryrefslogblamecommitdiff
path: root/aux/workflow/style.css
blob: d7935d0ee9a3092045685035fd4a6192e21ec449 (plain) (tree)
1
2
3
4
5
6
7
8
9




                           
                     


                 







                                




























                                                                                                        
<style>
  hr {
    background-color: #ccc;
  }

  div.header-anchor {
    opacity: 0.5;
  }

  span.tag {
    font-family: monospace;
    font-size: 70%;
    background-color: lightgray;
    padding: 3px;
    border-radius: 5px;
  }

  /*
    Replicate colors from:
    https://git.euandreh.xyz/dotfiles/tree/spacemacs.el?id=fcd9f9c4ef399d45d54927382dc1cdde251ebb0a#n866
  */

  .TODO {
    color: brown;
  }

  .DOING {
    color: yellowgreen;
  }

  .WAITING, .MEETING {
    color: gray;
  }

  .INACTIVE {
    color: orange;
  }

  .NEXT {
    color: red;
  }

  .CANCELLED, .DONE {
    color: green;
  }
</style>