mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2024-11-27 04:03:48 +01:00
style(scss): move --small-card-padding to it's category
This commit is contained in:
parent
2a0d06190b
commit
e91f99421a
1 changed files with 2 additions and 2 deletions
|
@ -62,6 +62,8 @@ $defaultTagColors: #fff, #fff, #fff, #fff, #fff;
|
|||
--content-padding: 20px;
|
||||
}
|
||||
|
||||
--small-card-padding: 25px;
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
--card-background: #424242;
|
||||
--card-background-selected: rgba(255, 255, 255, 0.16);
|
||||
|
@ -97,8 +99,6 @@ $defaultTagColors: #fff, #fff, #fff, #fff, #fff;
|
|||
--link-background-opacity: 0.5;
|
||||
--link-background-opacity-hover: 0.7;
|
||||
|
||||
--small-card-padding: 25px;
|
||||
|
||||
--pre-background-color: #272822;
|
||||
--pre-text-color: #f8f8f2;
|
||||
|
||||
|
|
Loading…
Reference in a new issue