Skip to content

Commit

Permalink
Change heading styles for h3 and h4
Browse files Browse the repository at this point in the history
  • Loading branch information
justindeguzman committed Nov 12, 2024
1 parent 47fd6b0 commit bbd5512
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
6 changes: 5 additions & 1 deletion docs/en/cloud/reference/supported-regions.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@ keywords: [aws, gcp, google cloud, azure, cloud, regions]
description: Supported regions for ClickHouse Cloud
---
# Supported Cloud Regions
## AWS regions
## HEADING 2

### HEADING 3

#### HEADING 4

- ap-northeast-1 (Tokyo)
- ap-south-1 (Mumbai)
Expand Down
9 changes: 8 additions & 1 deletion src/css/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -883,7 +883,14 @@ hr {
h3 {
--ifm-h3-font-size: 1rem !important;
line-height: 24px;
font-weight: 600;
font-weight: 700;
}

h4 {
--ifm-h3-font-size: 1rem !important;
line-height: 24px;
font-weight: 700;
color: var(--click-color-text-muted);
}

details {
Expand Down

0 comments on commit bbd5512

Please sign in to comment.