URI: 
       custom.css - cl-yag - Common Lisp Yet Another website Generator
  HTML git clone git://bitreich.org/cl-yag/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/cl-yag/
   DIR Log
   DIR Files
   DIR Refs
   DIR Tags
   DIR README
   DIR LICENSE
       ---
       custom.css (547B)
       ---
            1 /* ==================================================================== */
            2                             /* custom.css */
            3 /* ==================================================================== */
            4 /*      use this file to tweak your styles by overriding  others        */
            5 
            6 
            7 /* Override some of pure.css's menu rules to get clym's */
            8 a.pure-menu-link {
            9     color: #3b5487;
           10     text-decoration: none;
           11     font-weight: 700;
           12     text-transform: uppercase;
           13 }
           14 a.pure-menu-link:active, a.pure-menu-link:hover, a.pure-menu-link:focus {
           15    color: #203785;
           16 }