forked from ProjectSegfault/website
		
	animation added
This commit is contained in:
		@@ -50,13 +50,15 @@
 | 
			
		||||
    .links > *:hover {
 | 
			
		||||
        background-color: var(--accent-tertiary);
 | 
			
		||||
        text-decoration: none;
 | 
			
		||||
        color: var(--secondary);
 | 
			
		||||
	transition: all 0.5s;
 | 
			
		||||
	color: var(--secondary);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    .links > *:active {
 | 
			
		||||
        background-color: var(--accent-primary);
 | 
			
		||||
        text-decoration: none;
 | 
			
		||||
        color: var(--secondary);
 | 
			
		||||
	transition: all 0.5s;
 | 
			
		||||
	color: var(--secondary);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    img {
 | 
			
		||||
@@ -81,4 +83,4 @@
 | 
			
		||||
            gap: 19px;
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
</style>
 | 
			
		||||
</style>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user