Skip to content

Commit

Permalink
Deploying to gh-pages from @ c5988d3 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewallenbruce committed Mar 22, 2024
1 parent 1bc3317 commit 749ccc4
Show file tree
Hide file tree
Showing 56 changed files with 145 additions and 66 deletions.
3 changes: 2 additions & 1 deletion 404.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion LICENSE.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion authors.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

88 changes: 88 additions & 0 deletions extra.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,88 @@
h1, .h1 {
font-size: 2.5rem;
line-height: 1em;
}

h2, .h2 {
font-size: 2rem;
line-height: 1em;
}

h3, .h3 {
font-size: 1.75rem;
}

h4, .h4 {
font-size: 1.5rem;
}

dt {
color: rgb(38, 38, 38);
text-decoration: underline;
text-decoration-style: solid;
text-underline-offset: 4px;
font-family: monospace;
border-top-style: dotted;
border-top-width: 1px;
border-top-color: gray;
margin-bottom: 5px;
padding-top: 5px;
}

img {
border-radius: 4px;
}

.roles {
color: rgb(3, 153, 3) !important;
}

.me-auto {
color: blue !important;
animation: color-change 5s infinite !important;
}

@keyframes color-change {
0% { color: #9370DB; }
50% { color: #00BFFF; }
100% { color: #9370DB; }
}

.active .nav-link {
color: rgb(3, 153, 3) !important;
}

.text-muted {
color: rgb(0, 141, 158) !important
}

dd > p:nth-child(1) > em {
color: #4169E1 !important;
margin-bottom: 4px !important
}

dd > p:nth-child(1) {
margin-bottom: -5px !important;
margin-left: -3px !important;
}

dd > p:nth-child(2) {
margin-left: -6px !important;
}

.row > main {
max-width: 100%;
}

@media only screen and (min-width: 640px) {
main + .col-md-3 {
margin-left: unset;
padding-left: 5rem;
max-width: 75%;
}
}

h4.author,h4.date {
padding-top:0px;
margin-top:0px;
}
Loading

0 comments on commit 749ccc4

Please sign in to comment.