style: override no vars
This commit is contained in:
parent
ea1315f9fd
commit
d99595268c
2 changed files with 1 additions and 11 deletions
|
|
@ -6,16 +6,6 @@ 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) {
|
||||
--primary-color: #8f7325;
|
||||
--primary-color-darker: #725c1e;
|
||||
}
|
||||
|
||||
#layout-index-open-navigation {
|
||||
--primary-color: #8f7325;
|
||||
--primary-color-darker: #725c1e;
|
||||
}
|
||||
|
||||
.markdown-body img {
|
||||
width: 100%;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
html {
|
||||
--primary-color: #8f7325;
|
||||
--primary-color-lighter: #8f7325;
|
||||
--primary-color-darker: #705918;
|
||||
--primary-color-darker: #725c1e;
|
||||
--primary-color-accent: #cee5f6;
|
||||
--primary-text-color: #2c3e50;
|
||||
--primary-lines-color: #ccc;
|
||||
|
|
|
|||
Loading…
Reference in a new issue