style: no override of variable theming

This commit is contained in:
Konstantinos Norgias 2021-04-15 09:32:29 +02:00
parent 23ae80e922
commit ea1315f9fd

View file

@ -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) {