Setup footer
This commit is contained in:
parent
63e581ac03
commit
3069e480a4
7 changed files with 163 additions and 9 deletions
|
@ -91,6 +91,15 @@ blockquote {
|
|||
.unit-test .bx-info-circle {
|
||||
color: var(--yellow);
|
||||
}
|
||||
footer {
|
||||
background-color: var(--bg-0);
|
||||
}
|
||||
footer > div {
|
||||
background-color: var(--bg-1);
|
||||
}
|
||||
.footer-link {
|
||||
background-color: var(--bg-2);
|
||||
}
|
||||
|
||||
/* Colorization for idris code blocks */
|
||||
code {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue