| 
      
            Lines 13-19
          a {
      
      
        Link Here
      
     | 
  
        
          | 13 | 
              &:link,  | 
          13 | 
              &:link,  | 
        
        
          | 14 | 
              &:visited { | 
          14 | 
              &:visited { | 
        
        
          | 15 | 
                  color: $green-text-color;  | 
          15 | 
                  color: $green-text-color;  | 
        
            
              | 16 | 
                      border: 0;  | 
               | 
               | 
            
        
          | 17 | 
                  background-color: transparent;  | 
          16 | 
                  background-color: transparent;  | 
        
        
          | 18 | 
                  box-shadow: none;  | 
          17 | 
                  box-shadow: none;  | 
        
        
          | 19 | 
                  font-size: 100%;  | 
          18 | 
                  font-size: 100%;  | 
        
  
    | 
      
            Lines 24-30
          a {
      
      
        Link Here
      
     | 
  
        
          | 24 | 
              &:focus { | 
          23 | 
              &:focus { | 
        
        
          | 25 | 
                  text-decoration: underline;  | 
          24 | 
                  text-decoration: underline;  | 
        
        
          | 26 | 
                  color: $green-text-color;  | 
          25 | 
                  color: $green-text-color;  | 
        
            
              | 27 | 
                      border: 0;  | 
               | 
               | 
            
        
          | 28 | 
                  background-color: transparent;  | 
          26 | 
                  background-color: transparent;  | 
        
        
          | 29 | 
                  box-shadow: none;  | 
          27 | 
                  box-shadow: none;  | 
        
        
          | 30 | 
                  font-size: 100%;  | 
          28 | 
                  font-size: 100%;  | 
        
            
              | 31 | 
              -   | 
               | 
               |