Skip to content

Commit

Permalink
terraform provider update, made links stand out more (css change)
Browse files Browse the repository at this point in the history
  • Loading branch information
Johan Andersson authored and Johan Andersson committed Oct 4, 2024
1 parent 005b536 commit 1da12f2
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/user/Howto/Terraform-provider.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Terraform provider

# Terraform provider
The CCX Terraform provider allows to create datastores on all supported clouds.
The CCX Terraform provider project is hosted on [github](https://github.com/severalnines/terraform-provider-ccx).
## Oauth2 credentials
Oauth2 credentials are used to authenticate the CCX Terraform provider with CCX.
You can generate these credentials on the Account page Authorization tab.
Expand Down
12 changes: 12 additions & 0 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@
* work well for content-centric websites.
*/

/* Global link styles */
a {
color: #0E045E; /* Change link color to a vibrant shade */
font-weight: bold; /* Make link text bold */
text-decoration: underline; /* Underline links */
}

/* Hover effect for links */
a:hover {
color: #0E045E; /* Darken color on hover */
text-decoration: none; /* Remove underline on hover */
}
/* You can override the default Infima variables here. */
:root {
--ifm-color-primary: #0E045E;
Expand Down

0 comments on commit 1da12f2

Please sign in to comment.