18 lines
234 B
CSS
18 lines
234 B
CSS
|
|
.footer-content div {
|
|
text-align: center;
|
|
margin-bottom: var(--pico-block-spacing-vertical);
|
|
}
|
|
|
|
.not-by-ai-image {
|
|
text-align: right;
|
|
}
|
|
|
|
a code {
|
|
color: var(--pico-primary);;
|
|
}
|
|
|
|
a:hover code {
|
|
text-decoration: underline;
|
|
}
|