Cleaned a bit more
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
/* Component – Tool card */
|
||||
|
||||
.tool-card {
|
||||
background: var(--bg-surface);
|
||||
border: 1px solid var(--border);
|
||||
border-radius: var(--radius);
|
||||
padding: 1.25rem;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
@@ -11,6 +14,7 @@
|
||||
}
|
||||
|
||||
.tool-card:hover {
|
||||
border-color: var(--accent-dim);
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user