File tree Expand file tree Collapse file tree 2 files changed +116
-0
lines changed
tests/docs/playwright/html/dark-brand/syntax-highlighting Expand file tree Collapse file tree 2 files changed +116
-0
lines changed Original file line number Diff line number Diff line change 1+ /* -- scss:defaults --*/
2+
3+ // Base document colors
4+ $body-bg : #181818 ;
5+ $body-color : #ccc ;
6+ $link-color : #75aadb ;
7+
8+ $light : #525252 ;
9+
10+ // Navigation element colors
11+ $footer-bg : #181818 ;
12+ $navbar-bg : #303030 ;
13+
14+ // Code blocks
15+ $code-block-bg-alpha : -0.9 ;
16+
17+ // Bootstrap popovers
18+ $popover-bg : #242424 ;
19+
20+ // Bootstrap inputs
21+ $input-bg : #242424 ;
22+ $dropdown-bg : $body-bg ;
23+ $dropdown-color : $body-color ;
24+ $dropdown-link-color : $body-color ;
25+ // $dropdown-link-hover-bg: $gray-600;
26+ $dropdown-link-hover-color : #eee ;
27+
28+ // $border-color: rgba($gray-800, 0.5);
29+
30+ $mono-background-color : rgba (0 , 0 , 0 , 0 );
31+ $code-color : rgb (192 , 128 , 216 );
32+ $nav-tabs-link-active-color : $body-color ;
33+ // $toc-inactive-border: rgba($gray-800, 0.5);
34+ // $input-text-background-color: $gray-800;
35+ // $input-group-addon-bg: $gray-800;
36+ /* -- scss:rules --*/
37+
38+ // .layout-example {
39+ // background: $gray-700;
40+ // }
41+
42+ .hello-quarto-banner h1 {
43+ margin-top : 0 ;
44+ margin-bottom : 0.5rem ;
45+ }
46+
47+ // h2, .h2 {
48+ // border-bottom-color: #666;
49+ // }
50+
51+ .code-with-filename .code-with-filename-file pre {
52+ color : #ddd ;
53+ }
54+
55+ pre code {
56+ color : $body-color ;
57+ }
58+
59+ dl code ,
60+ h1 code ,
61+ h2 code ,
62+ h3 code ,
63+ h4 code ,
64+ h5 code ,
65+ h6 code {
66+ background-color : $mono-background-color ;
67+ }
68+
69+ details > summary {
70+ color : lighten ($text-muted , 20% );
71+ }
Original file line number Diff line number Diff line change 1+ /* -- scss:defaults --*/
2+ $link-color : #39729E ;
3+ $text-muted : #6a737b ;
4+
5+ /* -- scss:rules --*/
6+
7+ .layout-example {
8+ background : $gray-500 ;
9+ color : $white ;
10+ text-align : center ;
11+ margin-bottom : 1em ;
12+ font-family : $font-family-monospace ;
13+ font-size : .875em ;
14+ font-weight : 600 ;
15+ padding-top : 1em ;
16+ border-radius : 3px ;
17+ }
18+
19+ .left {
20+ text-align : left ;
21+ padding-left : 1em ;
22+ }
23+
24+ .right {
25+ text-align : right ;
26+ padding-right : 1em ;
27+ }
28+
29+ .hello-quarto-banner h1 {
30+ margin-top : 0 ;
31+ margin-bottom : 0.5rem ;
32+ }
33+
34+ #quarto-announcement {
35+ padding : 1em ;
36+ font-size : 1em ;
37+ font-weight : bold ;
38+ color : $white ;
39+ background-color : #447099 ;
40+ }
41+
42+ #quarto-announcement a {
43+ color : $white ;
44+ }
45+
You can’t perform that action at this time.
0 commit comments