mirror of
https://github.com/BradNut/umami
synced 2025-09-08 17:40:29 +00:00
12 lines
200 B
CSS
12 lines
200 B
CSS
.footer {
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: flex-end;
|
|
font-size: var(--font-size-sm);
|
|
line-height: 30px;
|
|
margin: 40px 0;
|
|
}
|
|
|
|
.footer a {
|
|
color: var(--font-color100);
|
|
}
|