mirror of
https://github.com/0xbow-io/privacy-pools-core.git
synced 2026-05-04 03:01:18 -04:00
Docs styling adjusted (#16)
This commit is contained in:
1
.github/workflows/docs.yml
vendored
1
.github/workflows/docs.yml
vendored
@@ -45,7 +45,6 @@ jobs:
|
||||
scope: ${{ secrets.ORG_ID}} # Required
|
||||
vercel-args: ${{ github.ref_name == 'main' && '--prod' || '' }}
|
||||
vercel-project-id: ${{ secrets.PROJECT_ID}} # Required
|
||||
working-directory: ./docs/build
|
||||
|
||||
- name: Comment PR
|
||||
if: github.event_name == 'pull_request'
|
||||
|
||||
@@ -185,3 +185,25 @@ code:not([class^="language-"]) {
|
||||
.markdown code {
|
||||
font-size: 1.16rem; /* 18px for code */
|
||||
}
|
||||
|
||||
|
||||
.navbar__title {
|
||||
font-size: 1.5rem;
|
||||
}
|
||||
|
||||
.table-of-contents__link {
|
||||
font-size: 1.2rem;
|
||||
}
|
||||
|
||||
.toc-highlight {
|
||||
font-size: 1.2rem;
|
||||
}
|
||||
|
||||
.navbar__item {
|
||||
font-size: 1.2rem;
|
||||
line-height: 1rem;
|
||||
}
|
||||
|
||||
.footer {
|
||||
background: #1a1a1a;
|
||||
}
|
||||
Reference in New Issue
Block a user