Remade the title block to be multi-purpose and added the facebook widget
This commit was merged in pull request #15.
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
@import "anchoring";
|
||||
@import "carousel";
|
||||
@import "image";
|
||||
@import "main-title";
|
||||
@import "title-block";
|
||||
@import "footer";
|
||||
|
||||
@tailwind base;
|
||||
@@ -18,6 +18,8 @@ html {
|
||||
--header-textColor: #ffd39c;
|
||||
--header-Height: 5.375rem;
|
||||
|
||||
--default-link-color: #d8ac74;
|
||||
|
||||
scroll-padding-top: var(--header-Height);
|
||||
}
|
||||
|
||||
@@ -32,13 +34,16 @@ html {
|
||||
|
||||
.default-text-color {
|
||||
color: var(--primaryColor);
|
||||
--tw-prose-bold: #124498;
|
||||
--tw-prose-bold: var(--primaryColor);
|
||||
--tw-prose-headings: var(--primaryColor)
|
||||
}
|
||||
|
||||
.default-paragraph-style {
|
||||
color: var(--primaryColor);
|
||||
--tw-prose-bold: #124498;
|
||||
--tw-prose-bullets: #124498;
|
||||
--tw-prose-links: var(--default-link-color);
|
||||
--tw-prose-headings: var(--primaryColor);
|
||||
--tw-prose-bold: var(--primaryColor);
|
||||
--tw-prose-bullets: var(--primaryColor);
|
||||
li > div {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user