Skip to content

Commit

Permalink
Built site for rogtemplate: 0.0.2.9100@6056432
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 29, 2023
1 parent 26a6b55 commit d79b9a9
Show file tree
Hide file tree
Showing 36 changed files with 73 additions and 64 deletions.
4 changes: 2 additions & 2 deletions 404.html

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

28 changes: 19 additions & 9 deletions BS5/rogtemplate.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,17 +42,33 @@ img[src$='#floatright'] {
/*********************************/


/* Mono fonts */
/* Navbar tweaks */

.navbar-dark.bg-dark {
background-color: #343a40 !important;
}

.navbar-brand {
font-family: 'B612 Mono', monospace;
letter-spacing: 2px;
font-size: 1.5rem;
color: #fff;
}
.navbar-brand:hover, .navbar-brand:focus {
color: #fff;
}
.navbar .text-muted {
color: #6c757d !important;
}

.navbar-brand {
font-size: 1.5rem;
.navbar .nav-link{
color: rgba(255,255,255,.5);
}

.navbar .nav-link:hover, .navbar .nav-link:focus{
color: rgba(255,255,255,.75);
background: #343a40 !important;
}

/* Position hack to get full width footer even though pkgdown puts it inside a container * See: https://css-tricks.com/full-width-containers-limited-width-parents/ */

Expand Down Expand Up @@ -156,12 +172,6 @@ footer .pkgdown-footer-left {
}


/* Navbar */

.navbar-dark.bg-dark {
background-color: #343a40 !important;
}

/* ---Caption figure--- */
.caption,.figure {
color: #6c757d;
Expand Down
2 changes: 1 addition & 1 deletion LICENSE-text.html

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

Loading

0 comments on commit d79b9a9

Please sign in to comment.