Skip to content

Commit

Permalink
Merge pull request #65 from binbashar/fix/BIZDEV-26-table-of-content
Browse files Browse the repository at this point in the history
Fix/BIZDEV-26 | table of content color fix + small landing update
  • Loading branch information
exequielrafaela authored Apr 26, 2021
2 parents 783b09f + 710cb88 commit a5830c3
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
SHELL := /bin/bash
MAKEFILE_PATH := ./Makefile
MAKEFILES_DIR := ./@bin/makefiles
MAKEFILES_VER := v0.1.27
MAKEFILES_VER := v0.1.28

help:
@echo 'Available Commands:'
Expand Down
Binary file modified docs/assets/images/illustrations/editable/home-section-2.xcf
Binary file not shown.
Binary file modified docs/assets/images/illustrations/home-section-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 12 additions & 1 deletion material/overrides/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,14 @@
justify-content: center
}

/*
Table of content font color
*/
a.md-nav__link {
color: #303C55;
text-decoration: none;
}

.tx-container {
height: fit-content;
padding-top: 0rem;
Expand Down Expand Up @@ -767,12 +775,15 @@ <h1 id="leverage-architecture">Leverage Reference Architecture</h1>
</strong> <br>
<strong>
Operate your production ready workloads
</strong> <br>
<strong>
Optimize your costs by design
</strong> <br>
<strong>
Increase your deployment frequency
</strong> <br>
<strong>
Reduce delivery time to market
Reduce delivery time-to-market
</strong> <br>
<strong>
Secure your cloud assets and prod workloads
Expand Down

0 comments on commit a5830c3

Please sign in to comment.