footer, title
This commit is contained in:
parent
4762e4d531
commit
b93349aa4d
3 changed files with 33 additions and 1 deletions
|
@ -151,6 +151,25 @@ input,select,textarea{width:100%;background:transparent;color:var(--text);border
|
|||
.k{padding:2px 6px;border-radius:6px;border:1px solid var(--k-border);background:var(--k-bg)}
|
||||
.foot{color:var(--muted);font-size:13px;margin-top:20px}
|
||||
|
||||
.footer-content {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.source-link {
|
||||
color: var(--accent);
|
||||
text-decoration: none;
|
||||
font-weight: 500;
|
||||
transition: color 0.2s ease;
|
||||
margin-left: auto;
|
||||
}
|
||||
|
||||
.source-link:hover {
|
||||
color: var(--accent2);
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
/* ---- Status indicators ---- */
|
||||
.status {
|
||||
padding: 8px 12px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue