Content update

- Adds in some missing speakers
- Under construction meetups
- Fixes links in media descriptions
- Adds hover indicators to img_grid
- Adds esc key in modals
This commit is contained in:
2024-10-31 00:06:31 -07:00
parent 66f698029c
commit 57cf43a775
13 changed files with 63 additions and 19 deletions

View File

@@ -29,12 +29,14 @@
background-color: #7A5DF9;
}
.about-content a {
.about-content a,
.content-container a {
color: var(--meetups-color) !important;
text-decoration: none;
}
.about-content a:hover {
.about-content a:hover,
.content-container a:hover {
text-decoration: underline !important;
}