Skip to content

Commit

Permalink
Built site for geofi: 1.0.11@2b52aca
Browse files Browse the repository at this point in the history
  • Loading branch information
muuankarski committed Dec 11, 2023
1 parent 99a6b24 commit eb676b4
Show file tree
Hide file tree
Showing 73 changed files with 181 additions and 168 deletions.
6 changes: 3 additions & 3 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
4 changes: 2 additions & 2 deletions LICENSE-text.html

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

6 changes: 3 additions & 3 deletions articles/Publications-using-the-geofi-R-package.html

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

Loading

0 comments on commit eb676b4

Please sign in to comment.