Skip to content

Commit

Permalink
add styles for links in events table
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalwittler authored and soc committed Feb 23, 2023
1 parent 9bcd4e9 commit 907e5ff
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions public/res/css/elements/tables.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,12 @@ td {
padding: 4px 8px;
text-align: left;
}

table a {
color: var(--color-brand-primary);
text-decoration: none;
}

table a:hover {
text-decoration: underline;
}

0 comments on commit 907e5ff

Please sign in to comment.