Skip to content

Commit

Permalink
update to new version
Browse files Browse the repository at this point in the history
  • Loading branch information
bedroesb committed Jun 29, 2022
1 parent 9d24a38 commit e0577a6
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 67 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
[![theme badge](https://img.shields.io/badge/ELIXIR%20toolkit%20theme-jekyll-blue?color=0d6efd)](https://github.com/ELIXIR-Belgium/elixir-toolkit-theme)

This is the repository for the WorkflowHub info website hosted at: https://about.workflowhub.eu/
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: >
Project pages for developing and running WorkflowHub,
a registry of scientific workflows.
remote_theme: ELIXIR-Belgium/elixir-toolkit-theme@1.15.2
remote_theme: ELIXIR-Belgium/elixir-toolkit-theme@1.17.0

permalink: pretty

Expand Down
9 changes: 7 additions & 2 deletions _sass/_custom_classes.scss
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
/*-----Top navigation-----*/
.navbar {
header .navbar {
.navbar-brand {
font-size: 2.25rem;
padding-top: 0;
padding-bottom: 0;

img {
@media (max-width: 992px) {
height: 67px;
}
}
}
.navbar-nav .nav-item > a.active {
color: $white;
Expand Down
64 changes: 0 additions & 64 deletions _sass/_custom_variables.scss
Original file line number Diff line number Diff line change
@@ -1,69 +1,5 @@
/*-----General styling-----*/
$font-family-theme: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !default;
$h2-color: $primary;

/*-----Buttons hover style-----*/
$btn-primary-bg-hover: $primary;
$btn-primary-color-hover: $white;

/*-----Top navigation-----*/
$topnav-bg: $light;
$topnav-title-color: $primary;
$topnav-brand-height: 80px;

/*-----Search-----*/
$search-result-color: $primary;

/*-----Sidebar-----*/
$sidebar-bg: $light;
$sidebar-color: $dark;
$sidebar-lvl2-bg: $white;
$sidebar-lvl2-color: $dark;
$sidebar-lvl3-bg: $white;
$sidebar-lvl3-color: $dark;
$sidebar-bg-active: $primary;
$sidebar-color-active: $white;

/*-----TOC-----*/
$toc-bg: $light;

/*-----Section navigation tiles-----*/
$nav-card-bg: $white;
$nav-card-header-bg: $dark;
$nav-card-header-color: $white;
$nav-card-badge-color: $body-color;
$nav-card-badge-bg: $light;
$nav-card-badge-color-hover: $white;
$nav-card-badge-bg-hover: $primary;

/*-----More information tiles-----*/
$info-card-bg: $light;
$info-card-header-bg: $dark;
$info-card-header-color: $white;

/*-----Contributors-cards-----*/
$contr-card-bg: $light;

/*-----Page contributors-----*/
$contr-bg: $light;
$contr-link-bg: $white;
$contr-crown-bg: $dark;
$contr-crown-color: $white;

/*-----Events & news-----*/
$news-title-bg: $primary;
$news-border-color: $light;
$news-title-color: $white;

/*-----Default badge-----*/
$badge-color: $body-color;
$badge-bg: $light;
$badge-color-hover: $white;
$badge-bg-hover: $primary;

/*-----Footer-----*/
$footer-bg: $light;
$footer-color: $dark;
$footer-link-color: $dark;
$footer-link-color-hover: $primary;
$footer-copyright-bg: $gray-200;

0 comments on commit e0577a6

Please sign in to comment.