aboutsummaryrefslogblamecommitdiff
path: root/build-aux/workflow/style.css
blob: ac0144c50218c6892f707f443cf9debe9f335243 (plain) (tree)





































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

  span.header-anchor {
    opacity: 0.5;
  }

  /*
    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>