Skip to content
Snippets Groups Projects
_link.scss 372 B
Newer Older
  • Learn to ignore specific revisions
  • @import '../base/color';
    
    Guilhem CARRON's avatar
    Guilhem CARRON committed
    a {
      color: $gold-light;
      &:visited {
        color: $gold-light;
      }
    }
    
    
    a:focus {
      outline: none;
      box-shadow: inset 0 0 0 1px $grey-bright;
      > div:first-child {
        box-shadow: 0 0 0 1px $grey-bright;
      }
    }
    
    Guilhem CARRON's avatar
    Guilhem CARRON committed
    a.MuiLink-underlineHover:hover {
    
      text-decoration: none;
    
    Guilhem CARRON's avatar
    Guilhem CARRON committed
    a.MuiTypography-colorPrimary {
    
    Yoan VALLET's avatar
    Yoan VALLET committed
      color: $grey-bright;
    
    Guilhem CARRON's avatar
    Guilhem CARRON committed
    }