Add scopes

This commit is contained in:
Jeremy Thomas
2024-06-26 01:49:55 +01:00
parent fd13432ccc
commit 5b9f3a0d2a
6 changed files with 146 additions and 19 deletions

View File

@@ -3,7 +3,13 @@
display: flex;
gap: 1.5rem;
border-bottom: 1px solid var(--bulma-border);
padding: 1.25rem 0;
padding: 1.25rem;
transition-property: background-color;
transition-duration: var(--bulma-duration);
}
.main:hover {
background-color: var(--bulma-background);
}
.side {