mirror of
https://github.com/umami-software/umami.git
synced 2026-02-13 00:55:37 +01:00
Add links to realtime logs.
This commit is contained in:
parent
e0c2354169
commit
b1a0d21a49
2 changed files with 21 additions and 1 deletions
|
|
@ -44,3 +44,12 @@
|
|||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.row .link {
|
||||
color: var(--gray900);
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.row .link:hover {
|
||||
color: var(--primary400);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue