Commit 3864eb44 authored by hyeryung's avatar hyeryung

update footer

parent 4116e257
Pipeline #18968 failed with stages
...@@ -4,6 +4,7 @@ footer.footer { ...@@ -4,6 +4,7 @@ footer.footer {
font-size: calc(15 / var(--rem-base) * 1rem); font-size: calc(15 / var(--rem-base) * 1rem);
line-height: var(--footer-line-height); line-height: var(--footer-line-height);
padding: 1.5rem; padding: 1.5rem;
text-align: center;
} }
.footer p { .footer p {
......
...@@ -128,8 +128,8 @@ ...@@ -128,8 +128,8 @@
--toc-line-height: 1.2; --toc-line-height: 1.2;
/* footer */ /* footer */
--footer-line-height: var(--doc-line-height); --footer-line-height: var(--doc-line-height);
--footer-background: var(--color-smoke-90); --footer-background: var(--color-jet-50);
--footer-font-color: var(--color-gray-70); --footer-font-color: var(--color-white);
--footer-link-font-color: var(--color-jet-80); --footer-link-font-color: var(--color-jet-80);
/* dimensions and positioning */ /* dimensions and positioning */
--navbar-height: calc(63 / var(--rem-base) * 1rem); --navbar-height: calc(63 / var(--rem-base) * 1rem);
......
<footer class="footer"> <footer class="footer">
<p>This page was built using the Antora default UI.</p> <p>Copyright© Bankwareglobal All Rights Reserved.</p>
<p>The source code for this UI is licensed under the terms of the MPL-2.0 license.</p>
</footer> </footer>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment