feat(templates): namespace swap + dark surface + remove picsum fallbacks
This commit is contained in:
@@ -7,3 +7,4 @@
|
||||
@import "./pagination.css";
|
||||
@import "./site-footer.css";
|
||||
@import "./project-card.css";
|
||||
@import "./page-hero.css";
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
/* Page Hero partial styles */
|
||||
|
||||
.page-hero {
|
||||
background: var(--color-surface-container-low, #1a1b21);
|
||||
color: var(--color-on-surface, #e3e1e9);
|
||||
border-bottom: 1px solid var(--color-outline-variant, #444651);
|
||||
margin-bottom: 2rem;
|
||||
}
|
||||
.page-hero__title { color: var(--color-on-surface, #e3e1e9); font-family: var(--font-sans); font-weight: 700; }
|
||||
.page-hero__intro { color: var(--color-on-surface-variant, #c5c5d3); }
|
||||
Reference in New Issue
Block a user