UX: Color exploration & base (#33)

This commit is contained in:
Jordan Vidrine
2025-03-11 11:24:20 -05:00
committed by GitHub
parent eca05948c3
commit a90b691505
9 changed files with 185 additions and 55 deletions
+2 -3
View File
@@ -113,9 +113,8 @@ aside.onebox {
}
.d-editor-preview-wrapper {
box-shadow: 0px 0px 1px 2px var(--tertiary-50),
0px 0px 24px 4px var(--tertiary-50);
border-radius: var(--d-border-radius-large);
// box-shadow: 0px 0px 0px 2px var(--accent-color);
border-radius: var(--d-border-radius);
padding: 1em;
background-color: var(--d-content-background);
}