github.com/pf-qiu/concourse/v6@v6.7.3-0.20201207032516-1f455d73275f/web/assets/css/globals.less (about)

     1  @import (reference) "_vars.less";
     2  @import (reference) "typography.less";
     3  
     4  body {
     5    margin: 0;
     6    background: @grey80;
     7    color: @grey20;
     8    scrollbar-color: #555 rgba(0,0,0,0);
     9  }
    10  
    11  a,
    12  a:link,
    13  body a {
    14    color: @grey20;
    15    text-decoration: none;
    16  }
    17  
    18  ::-webkit-scrollbar {
    19    width: 10px;
    20  }
    21  
    22  ::-webkit-scrollbar-track {
    23    background: rgba(0, 0, 0, 0);
    24  }
    25  
    26  ::-webkit-scrollbar-thumb {
    27    background: #555;
    28  }
    29  
    30  ::-webkit-scrollbar-thumb:hover {
    31    background: #707070;
    32  }