X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;ds=sidebyside;f=css%2Fgitweb-site.scss;h=0eea16a0948fef9c0e5adc36265e3890f01f8fac;hb=d668aa72f0503fe96aff5865215602e8f87e1a56;hp=f884fc7b7ce3f3e1cfd4c15e1b70913985d50add;hpb=4d95c360b30ea22e81abfe967476ccf134cee611;p=iankelling.org diff --git a/css/gitweb-site.scss b/css/gitweb-site.scss index f884fc7..0eea16a 100644 --- a/css/gitweb-site.scss +++ b/css/gitweb-site.scss @@ -1,8 +1,8 @@ @import 'common'; .main-content-stripe { - /* i don't like bright white. copy a gitweb color */ - background-color: #f6f6f0; + // default too bright. + background-color: $content-color; padding: 30px 0; } @@ -45,7 +45,7 @@ div.page_header { /* but found certain things not overriding as I would expect,*/ /* So hammer it with !important */ a { - color: #0645ad !important; + color: $link-color !important; text-decoration: none; } a:hover { @@ -53,7 +53,7 @@ a:hover { } a:visited { - color: #0b0080 !important; + color: $link-visited-color !important; } @@ -63,5 +63,5 @@ a:visited { /* copy of the h3 size in main site. */ font-size: 21.0667px; /* same as for main.css */ - color: #333333 !important; + color: $page-header-link-color !important; }