fixing feed link underline after CSS tweaks
This commit is contained in:
		
							parent
							
								
									e4e21fe7e0
								
							
						
					
					
						commit
						6ae6076f0d
					
				
					 1 changed files with 15 additions and 13 deletions
				
			
		| 
						 | 
				
			
			@ -384,11 +384,14 @@ h3,
 | 
			
		|||
h4,
 | 
			
		||||
h5,
 | 
			
		||||
h6 {
 | 
			
		||||
    & > a,
 | 
			
		||||
    & > a:visited {
 | 
			
		||||
    & > a {
 | 
			
		||||
        color: var(--text-color);
 | 
			
		||||
        text-decoration: none;
 | 
			
		||||
 | 
			
		||||
        &:visited {
 | 
			
		||||
            color: var(--text-color);
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        &:hover {
 | 
			
		||||
            text-decoration: underline;
 | 
			
		||||
        }
 | 
			
		||||
| 
						 | 
				
			
			@ -402,8 +405,7 @@ h6 {
 | 
			
		|||
    h4,
 | 
			
		||||
    h5,
 | 
			
		||||
    h6 {
 | 
			
		||||
        & > a,
 | 
			
		||||
        & > a:visited {
 | 
			
		||||
        & > a {
 | 
			
		||||
            text-decoration: underline;
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
| 
						 | 
				
			
			@ -533,17 +535,17 @@ section.feed {
 | 
			
		|||
    /* Titles */
 | 
			
		||||
 | 
			
		||||
    & h2 {
 | 
			
		||||
        & a,
 | 
			
		||||
        & a:visited {
 | 
			
		||||
        & a {
 | 
			
		||||
            color: var(--text-color);
 | 
			
		||||
        }
 | 
			
		||||
            text-decoration: underline;
 | 
			
		||||
 | 
			
		||||
        & a:visited {
 | 
			
		||||
            color: color-mix(
 | 
			
		||||
                in srgb,
 | 
			
		||||
                var(--background-color),
 | 
			
		||||
                var(--text-color) 60%
 | 
			
		||||
            );
 | 
			
		||||
            &:visited {
 | 
			
		||||
                color: color-mix(
 | 
			
		||||
                    in srgb,
 | 
			
		||||
                    var(--background-color),
 | 
			
		||||
                    var(--text-color) 60%
 | 
			
		||||
                );
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue