Skip to content

Commit 79f0340

Browse files
author
pyocd-bot
committed
Deploying to main from @ pyocd/pyocd-website-source@9307780 🚀
1 parent 68a0d68 commit 79f0340

File tree

5 files changed

+29
-23
lines changed

5 files changed

+29
-23
lines changed

assets/styles/custom.scss

Lines changed: 20 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ a {
77

88
main {
99
color: $palette-txt-body;
10-
10+
1111
a {
1212
color: $palette-txt-link-clicked;
13-
13+
1414
&:hover {
1515
color: $palette-txt-link-clicked;
1616
text-decoration: underline !important;
@@ -69,27 +69,27 @@ main {
6969
text-align: justify;
7070
}
7171
}
72-
72+
7373
}
7474

7575
.docs-content, .docs-table {
7676
table {
7777
width: 100%;
7878
margin-bottom: 10px;
7979
}
80-
80+
8181
th {
8282
font-family: $font-head;
8383
background-color: $palette-txt-med;
8484
color: $palette-txt-light;
8585
}
86-
86+
8787
td {
8888
vertical-align: top;
8989
padding-right: 6px !important;
9090
font-size: 92%;
9191
}
92-
92+
9393
tbody > tr:nth-child(2n+0) > td {
9494
background-color: $oc-gray-1 !important;
9595
}
@@ -117,7 +117,7 @@ main {
117117
background-color: $oc-gray-4;
118118
margin: 24px;
119119
margin-top: 32px !important;
120-
120+
121121
h4 {
122122
font-weight: 600;
123123
margin-top: 10px;
@@ -142,7 +142,7 @@ p .install-cmd {
142142

143143
.hero {
144144
background-color: $palette-light-bk;
145-
145+
146146
h1 {
147147
font-family: $font-head;
148148
color: $palette-dark-bk-2;
@@ -159,7 +159,7 @@ p .install-cmd {
159159
align-items: center;
160160
justify-content: center;
161161
border-radius: .75rem;
162-
162+
163163
> svg {
164164
width: 48px;
165165
height: 48px;
@@ -171,28 +171,28 @@ p .install-cmd {
171171
#features, #community, #recent {
172172
font-weight: 300;
173173
font-size: 1.1rem;
174-
174+
175175
h1, h2, h3, h4, h5, h6 {
176176
font-weight: 600;
177177
}
178178
}
179179

180180
#recent {
181181
background-color: $palette-light-bk;
182-
182+
183183
.card-body {
184184
color: $oc-gray-7;
185185
background-color: $palette-dark-bk-2 !important;
186-
186+
187187
h5 {
188188
color: $oc-gray-6;
189189
}
190-
190+
191191
.card-text {
192192
font-size: 1.0rem;
193193
}
194194
}
195-
195+
196196
.card-footer {
197197
color: $oc-gray-7 !important;
198198
background-color: $palette-dark-bk-1 !important;
@@ -201,11 +201,15 @@ p .install-cmd {
201201

202202
// code formatting
203203

204+
code {
205+
color: $oc-gray-9;
206+
}
207+
204208
p code {
205209
background-color: $oc-gray-1;
206210
border-radius: 5px;
207-
208-
color: $palette-dark-bk-1 !important;
211+
212+
color: $oc-gray-9 !important;
209213

210214
.highlighter-rouge {
211215
}

assets/styles/layout.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@
162162
opacity: 0.7;
163163
background-color: $oc-white;
164164
color: $oc-black;
165-
165+
166166
&:hover {
167167
background-color: $oc-gray-0;
168168
color: $oc-gray-b;

assets/styles/main.css

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)