fix: remove repeated variables
This commit is contained in:
@@ -177,17 +177,11 @@ h1 {
|
||||
.directory a {
|
||||
text-decoration: none;
|
||||
background: #fff;
|
||||
|
||||
padding: 3px 8px;
|
||||
font-size: 0.73rem;
|
||||
color: var(--text-main);
|
||||
border: 1px solid #fff;
|
||||
|
||||
padding: 3px 10px;
|
||||
|
||||
border: 1px solid var(--accent);
|
||||
box-shadow: 2px 2px 0px var(--pink-accent);
|
||||
|
||||
transition: 0.2s ease;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user