Skip to content

Commit 56f4415

Browse files
committed
deploy: 7f7abf5
1 parent c4610f2 commit 56f4415

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

ldoc.css

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
--font-style-normal: Segoe UI, Helvetica, Arial, sans-serif;
1818
--font-style-code: Consolas, monospace;
1919

20-
--color-accent: rgb(53, 133, 66);
21-
--color-accent-dark: rgb(9, 69, 19);
20+
--color-accent: rgb(133, 212, 250);
21+
--color-accent-dark: rgb(104, 184, 221);
2222
--color-white: rgb(255, 255, 255);
2323
--color-offwhite: rgb(200, 200, 200);
2424
--color-white-accent: rgb(203, 190, 209);
@@ -266,7 +266,7 @@ article .wrapper > *:first-child {
266266
/* header */
267267
article header {
268268
color: rgb(255, 255, 255);
269-
background-color: rgb(9, 69, 19);
269+
background-color: rgb(104, 184, 221);
270270
padding: var(--padding-tiny);
271271
}
272272

@@ -313,7 +313,7 @@ article h2 {
313313
}
314314

315315
article h3 {
316-
color: rgb(9, 69, 19);
316+
color: rgb(104, 184, 221);
317317
margin-top: var(--padding-tiny);
318318
text-transform: uppercase;
319319
}
@@ -326,13 +326,13 @@ article p a,
326326
article ul li a,
327327
article h1 a,
328328
article h2 a {
329-
color: rgb(9, 69, 19);
329+
color: rgb(104, 184, 221);
330330
font-weight: 600;
331331
}
332332

333333
article h1.title {
334334
color: rgb(255, 255, 255);
335-
background-color: rgb(9, 69, 19);
335+
background-color: rgb(104, 184, 221);
336336
margin-top: var(--padding-small);
337337
margin-bottom: 0;
338338
padding: var(--padding-tiny);
@@ -344,7 +344,7 @@ article h1.title {
344344
}
345345

346346
a.reference {
347-
color: rgb(9, 69, 19);
347+
color: rgb(104, 184, 221);
348348
float: right;
349349
margin-top: 8px;
350350
padding-left: 8px;
@@ -409,7 +409,7 @@ a.reference {
409409
}
410410

411411
.method header .anchor:target h1 {
412-
background-color: rgba(53, 133, 66, 0.2);
412+
background-color: rgba(133, 212, 250, 0.2);
413413
background-clip: content-box;
414414
}
415415

@@ -425,7 +425,7 @@ a.reference {
425425
}
426426

427427
.method h3 {
428-
color: rgb(9, 69, 19);
428+
color: rgb(104, 184, 221);
429429
font-size: var(--font-normal);
430430
letter-spacing: 2px;
431431
text-transform: uppercase;
@@ -468,7 +468,7 @@ a.reference {
468468
}
469469

470470
.method ul li a {
471-
color: rgb(9, 69, 19);
471+
color: rgb(104, 184, 221);
472472
font-weight: 600;
473473
}
474474

@@ -483,7 +483,7 @@ a.reference {
483483
}
484484

485485
.parameter {
486-
background-color: rgb(9, 69, 19);
486+
background-color: rgb(104, 184, 221);
487487
}
488488

489489
.type {
@@ -504,7 +504,7 @@ a.type {
504504
}
505505

506506
.or {
507-
color: rgba(53, 133, 66, 0.5);
507+
color: rgba(133, 212, 250, 0.5);
508508
background-color: inherit;
509509

510510
width: calc(100% - 32px);
@@ -513,7 +513,7 @@ a.type {
513513

514514
text-align: center;
515515
font-weight: 600;
516-
border-bottom: 1px solid rgba(53, 133, 66, 0.5);
516+
border-bottom: 1px solid rgba(133, 212, 250, 0.5);
517517
}
518518

519519
.or span {

0 commit comments

Comments
 (0)