Skip to content

Commit bb26f4b

Browse files
committed
less is more
1 parent 4c6465b commit bb26f4b

3 files changed

Lines changed: 2 additions & 18 deletions

File tree

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: RDMkit
44
description: "Best practices and guidelines you can use for FAIR management of your research data."
55
# Metadata description of the website
66

7-
remote_theme: ELIXIR-Belgium/elixir-toolkit-theme@nice-nav
7+
remote_theme: ELIXIR-Belgium/elixir-toolkit-theme@dev
88

99
sass:
1010
style: compressed

_sass/_bootstrap_variables.scss

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,13 @@ $navbar-dark-hover-color: $primary;
1414
$navbar-dark-toggler-border-color: transparent;
1515
$border-radius: 0.45rem;
1616
$btn-border-radius-sm: $border-radius;
17-
$card-border-width: 0;
1817
$link-color: $blue;
1918
$info: $blue;
20-
$link-decoration: none;
2119
$body-bg: $white;
2220
$body-color: $dark;
2321
$font-family-sans-serif: "Open Sans", sans-serif;
24-
$alert-border-width: 0;
2522
$input-group-addon-bg: $light-x;
2623
$input-bg: $light;
27-
$input-border-width: 0;
2824
$h1-font-size: 1rem * 3.5;
2925
$h2-font-size: 1rem * 2.2;
3026
$h3-font-size: 1rem * 1.5;

_sass/_custom_classes.scss

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -81,13 +81,6 @@
8181
}
8282
}
8383

84-
#side-nav .btn.sidebar-title {
85-
border: 0;
86-
border-bottom: 0.2rem solid $primary !important;
87-
font-weight: bold;
88-
padding-bottom: $input-btn-padding-y - 0.2rem;
89-
}
90-
9184
#side-nav > ul {
9285
margin-top: $spacer * 0.5;
9386
}
@@ -171,9 +164,6 @@ section#search-section {
171164
}
172165
}
173166

174-
#search-label-tiles {
175-
background-color: $light;
176-
}
177167

178168

179169
/*-----Top navigation-----*/
@@ -227,9 +217,7 @@ i.fa-solid.fa-code-branch {
227217
}
228218

229219
// Search
230-
nav #search-label,
231-
.landingpage #search-label,
232-
nav #search-input {
220+
.landingpage #search-label {
233221
background-color: $white;
234222
}
235223
i.fa-solid.fa-magnifying-glass {

0 commit comments

Comments
 (0)