Skip to content

Commit 7836ee1

Browse files
committed
Improvements
1 parent 202cf62 commit 7836ee1

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/scripts/generate-index.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,11 +129,12 @@ cat > index.html << 'EOF'
129129
130130
.btn-primary {
131131
background: #119dff;
132-
color: white;
132+
color: white !important;
133133
}
134134
135135
.btn-primary:hover {
136136
background: #0d7ec9;
137+
color: white !important;
137138
}
138139
139140
.btn-secondary {

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ Perfect for sharing interactive Plotly visualizations with your team or embeddin
3131

3232
This is the most important step - your charts won't be published without it!
3333

34+
**Note:** If you're using a free GitHub account, your repository must be **public** to use GitHub Pages. If your repo is private, go to **Settings****General** → scroll to the bottom → click **Change visibility** → select **Make public**.
35+
3436
1. In your new repository, click **Settings** at the top
3537
2. Look in the left sidebar and click **Pages**
3638
3. Under "Build and deployment", find the **Source** dropdown

0 commit comments

Comments
 (0)