style: no override of variable theming
This commit is contained in:
parent
23ae80e922
commit
ea1315f9fd
1 changed files with 5 additions and 3 deletions
|
|
@ -1,7 +1,9 @@
|
|||
body[layout='layout-home'] .markdown-body .call-to-action:nth-of-type(2) {
|
||||
--primary-color: #222;
|
||||
--primary-color-lighter: #555;
|
||||
--primary-color-darker: #000;
|
||||
background: linear-gradient(to right, #555, #222);
|
||||
}
|
||||
|
||||
body[layout='layout-home'] .markdown-body .call-to-action:nth-of-type(2):hover {
|
||||
background: #000;
|
||||
}
|
||||
|
||||
body[layout='layout-home'] .markdown-body .call-to-action-listitem:nth-of-type(1) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue