Welcome to mirror list, hosted at ThFree Co, Russian Federation.

404.scss « layout « partials « scss « assets - github.com/CaiJimmy/hugo-theme-stack.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8bdcca23ec32c06ae0aa4f2d6aee663198d5275f (plain)
1
2
3
4
5
6
.not-found-card {
    background-color: var(--card-background);
    @include box_shadow(1);
    border-radius: var(--card-border-radius);
    padding: var(--content-padding);
}