style: override no vars

This commit is contained in:
Konstantinos Norgias 2021-04-19 10:30:26 +02:00
parent ea1315f9fd
commit d99595268c
2 changed files with 1 additions and 11 deletions

View file

@ -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%;
}

View file

@ -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;