Skip to content

Commit

Permalink
fixed format
Browse files Browse the repository at this point in the history
  • Loading branch information
DarikshaAnsari committed Aug 29, 2024
1 parent 9fbb94f commit ff132ac
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 20 deletions.
5 changes: 2 additions & 3 deletions assets/scss/_styles_project.scss
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
@import 'td/code-dark';

/* Custom styles for the navbar */
.td-navbar {
background-color: $primary !important; /* Set background color to black */
opacity: 1; /* Ensure the navbar is fully opaque */
background-color: $primary !important;
opacity: 1;
}

.td-navbar .navbar-brand {
Expand Down
2 changes: 0 additions & 2 deletions assets/scss/_tabs.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// proper margins around code within tabs

.tabs {
margin: 2rem 0;
padding: 0;
Expand Down
13 changes: 2 additions & 11 deletions assets/scss/_variables_project.scss
Original file line number Diff line number Diff line change
@@ -1,19 +1,10 @@
/* Updated color scheme to match the background image */

$in-toto-colors: (
'orange': #ed4b27,
// Keep existing
'orange-light': #f47a39,
// Keep existing
'blue': #1b2838,
// Darker blue for better contrast
'blue-light': #a3b5c8,
// Lighter blue for accentss
);

$primary: map-get($in-toto-colors, 'blue'); // Darker blue for primary elements
$secondary: map-get(
$in-toto-colors,
'orange'
); // Bright orange for secondary elements
$primary: map-get($in-toto-colors, 'blue');
$secondary: map-get($in-toto-colors, 'orange');
$td-enable-google-fonts: false;
4 changes: 1 addition & 3 deletions content/en/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,9 @@ description: A framework to secure the integrity of software supply chains

{{% blocks/cover image_anchor="top" height="max" %}}

<!-- prettier-ignore -->
<img src="/images/in-toto-horizontal-white.svg" alt="in-toto" class="in-toto-logo" style="max-width: 40rem; height: auto;">

<!-- prettier-ignore -->
{{% param description %}}
{{% param description %}}
{.display-6}

<a class="btn btn-lg btn-primary me-3" href="docs/what-is-in-toto/">Learn
Expand Down
2 changes: 1 addition & 1 deletion hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ markup:
noClasses: false # Required for dark-mode

params:
logo: '/images/logo.png' # Add this line
logo: /images/logo.png
copyright:
authors: >-
in-toto Authors | Documentation Distributed under CC-BY-4.0[CC BY
Expand Down

0 comments on commit ff132ac

Please sign in to comment.