style.scss 162 B

1234567891011
  1. // stylelint-disable-next-line
  2. @import "{{ site.theme }}";
  3. .page-header .project-name a {
  4. color: #fff;
  5. &:hover {
  6. text-decoration: none;
  7. opacity: .7;
  8. }
  9. }