-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paththeme.scss
More file actions
53 lines (41 loc) · 873 Bytes
/
theme.scss
File metadata and controls
53 lines (41 loc) · 873 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
/* stylelint-disable comment-whitespace-inside */
/*-- scss:defaults --*/
/* stylelint-enable comment-whitespace-inside */
$link-color: #39729e;
$text-muted: #6a737b;
/* stylelint-disable comment-whitespace-inside */
/*-- scss:rules --*/
/* stylelint-enable comment-whitespace-inside */
.layout-example {
background: $gray-500;
color: $white;
text-align: center;
margin-bottom: 1em;
font-family: $font-family-monospace;
font-size: 0.875em;
font-weight: 600;
padding-top: 1em;
border-radius: 3px;
}
.left {
text-align: left;
padding-left: 1em;
}
.right {
text-align: right;
padding-right: 1em;
}
.hello-quarto-banner h1 {
margin-top: 0;
margin-bottom: 0.5rem;
}
#quarto-announcement {
padding: 1em;
font-size: 1em;
font-weight: bold;
color: $white;
background-color: #447099;
}
#quarto-announcement a {
color: $white;
}