-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
79 lines (63 loc) · 1.19 KB
/
styles.css
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
/* css styles */
@import url('https://fonts.googleapis.com/css2?family=Fira+Mono');
/* @media (max-width: 600px){
.about-image {
display: none;
}
}
@media (min-width: 600px){
.profile-header .quarto-layout-row{
flex-direction: row;
}
.formkit-form .formkit-fields {
flex-direction: row!important;
}
} */
.quarto-body-color {
color: #adb5bd;
}
.about-image {
border-radius: 50%;
}
/* .quarto-dark .navbar-dark{
background-color: #1b1b1d;
} */
.navbar {
background-color: #1b1b1d;
}
.quarto-title-banner {
margin-bottom: 1em;
color: #dee2e6;
background: #1b1b1d;
}
/* .quarto-dark .ex{
color:#d4d0ab;
font-weight: normal;
} */
.sourceCode .at{
color:#d4d0ab;
font-weight: normal;
}
.sourceCode .co{
color:#d1b4e0;
font-weight: normal;
}
code {
font-size: 0.875em;
color: #8f828f;
background-color: #2b2b2b;
border-radius: 0.25rem;
padding: 0.125rem rem 0.25rem;
word-wrap: break-word;
}
a {
text-decoration: none;
}
@media (min-width: 991px){
.mobile-warning{
display: none;
}
}
input[type="text"], textarea {
background-color : #d1d1d1!important;
}