feat(theme): implement Falukant theme with updated styles and components
This commit is contained in:
@@ -458,7 +458,7 @@ h2 {
|
||||
height: 341px;
|
||||
background-repeat: no-repeat;
|
||||
image-rendering: crisp-edges;
|
||||
border: 1px solid #ccc;
|
||||
border: 1px solid var(--color-border);
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
@@ -599,7 +599,7 @@ h2 {
|
||||
height: 100px;
|
||||
background-repeat: no-repeat;
|
||||
image-rendering: crisp-edges;
|
||||
border: 1px solid #ccc;
|
||||
border: 1px solid var(--color-border);
|
||||
border-radius: 4px;
|
||||
background-size: contain;
|
||||
/* scale image to container */
|
||||
|
||||
Reference in New Issue
Block a user