Skip to content

Commit

Permalink
Update css for stats text
Browse files Browse the repository at this point in the history
  • Loading branch information
trymebytes committed Feb 20, 2024
1 parent 454307f commit 6fac7d2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions assets/css/translation-events.css
Original file line number Diff line number Diff line change
Expand Up @@ -197,11 +197,18 @@ input[type="submit"].attending-btn {
background: #f8f8f8;
padding: 0.4em;
cursor: pointer;
color: var(--gp-color-primary-400);
font-weight: 500;
font-size: .9em;
}
.event-stats-summary:hover {
border: thin solid #e0dcdc;
}
.event-stats-summary p.event-stats-text {
margin: 0;
background: #f8f8f8;
padding: 0.8em;
font-size: .9em;
border-top: thin solid #e0e0e0;
font-family: monospace;
}

0 comments on commit 6fac7d2

Please sign in to comment.