Added Top Web Models framework.

This commit is contained in:
DebaucheryLibrarian
2021-01-14 01:37:50 +01:00
parent dbdf0fcc0b
commit 12c3f0d7b9
9 changed files with 101 additions and 10 deletions

View File

@@ -34,15 +34,15 @@ export default {
padding: .5rem;
.icon {
fill: var(--shadow);
fill: var(--lighten);
}
&:hover {
cursor: pointer;
background: var(--shadow-hint);
background: var(--lighten-hint);
.icon {
fill: var(--text);
fill: var(--text-light);
}
}
}