Skip to content

Commit

Permalink
Deploying to gh-pages from @ 13b928c 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielaCorbetta committed Jul 2, 2024
1 parent d58cb55 commit 7e0dd66
Show file tree
Hide file tree
Showing 12 changed files with 113 additions and 11 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 articles/index.html

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

3 changes: 2 additions & 1 deletion articles/scConform.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.

99 changes: 99 additions & 0 deletions extra.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,99 @@
/*
Developed and maintained by Kevin Rue-Albrecht (@kevinrue)
Borrowed by Leo from https://github.com/iSEE/iSEEhub/blob/main/pkgdown/extra.css
See https://github.com/lcolladotor/biocthis/issues/34 for more details.
*/

/*
#0092ac blue
#00758a darker blue (active menu)
#c4d931 green (on blue)
#87b13f green (on white)
*/

.headroom {
background-color: #0092ac;
}

.navbar-default .navbar-link {
color: #ffffff;
}

.navbar-default .navbar-link:hover {
color: #c4d931;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
color: #c4d931;
background-color: #00758a;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
color: #c4d931;
background-color: #00758a;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
color: #c4d931;
background-color: #00758a;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
color: #c4d931;
}

.dropdown-menu>li>a:hover {
color: #87b13f;
background-color: #ffffff;
}

.navbar-default .navbar-nav>li>a {
color: #ffffff;
}

h1 {
color: #87b13f;
}

h2 {
color: #1a81c2;
}

h3 {
color: #1a81c2;
font-weight: bold;
}

.btn-copy-ex {
color: #ffffff;
background-color: #0092ac;
border-color: #0092ac;
}

.btn-copy-ex:hover {
color: #ffffff;
background-color: #00758a;
border-color: #00758a;
}

.btn-copy-ex:active:focus {
color: #c4d931;
background-color: #00758a;
border-color: #0092ac;
}

p>.fa,
p>.fas {
color: #0092ac;
}

img {
width: auto;
}
3 changes: 2 additions & 1 deletion index.html

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

Loading

0 comments on commit 7e0dd66

Please sign in to comment.