Skip to content

Commit

Permalink
Merge pull request #77 from EGA-archive/mf-add-node-experiences
Browse files Browse the repository at this point in the history
Add node experiences to Technical and Operational page of website. Fixes #21.
  • Loading branch information
malloryfreeberg authored Jan 15, 2024
2 parents 4dae5fa + bf896da commit aa8e866
Show file tree
Hide file tree
Showing 2 changed files with 250 additions and 2 deletions.
36 changes: 36 additions & 0 deletions assets/css/custom.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,40 @@
/* Custom sidebar */

details {
border: 1px solid #ddd;
border-radius: 4px;
padding: 0.5em 1em;
margin: 1em 0;
background-color: #f9f9f9;
}

details > summary {
list-style: none;
cursor: pointer;
}

details > summary::-webkit-details-marker {
display: none;
}

.fega-header {
margin: 0;
font-size: 1.2em;
color: #0056b3; /* Adjust the color to match your theme */
font-weight: normal;
}

.fega-content {
margin-top: 1em;
border-top: 1px solid #eee;
padding-top: 1em;
}

.authors {
font-style: italic;
color: #666;
}

.wy-side-nav-search {
background-color: #fcfcfc;
}
Expand Down
Loading

0 comments on commit aa8e866

Please sign in to comment.