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