-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththeme.scss
58 lines (47 loc) · 1.15 KB
/
theme.scss
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
/*-- scss:defaults --*/
@import 'https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible&display=swap';
$font-family: "Atkinson Hyperlegible", sans-serif;
$link-color: #C1002A;
/*-- scss:rules --*/
.render-commit-push {
padding: 0.5em 0.5em 0em 3em;
margin-top: 5px;
margin-bottom: 5px;
background: #f8f8f8 5px center/3em no-repeat;
border-top: 1px solid #5B888C;
border-bottom: 1px solid #5B888C;
background-image: url("images/render-commit-push.png");
background-size: 2em;
background-position: 0.5em 0.5em;
}
.pull {
padding: 0.5em 0.5em 0em 3em;
margin-top: 5px;
margin-bottom: 5px;
background: #f8f8f8 5px center/3em no-repeat;
border-top: 1px solid #E0A890;
border-bottom: 1px solid #E0A890;
background-image: url("images/pull.png");
background-size: 1em;
background-position: 1em 0.5em;
}
.justifyni {
margin-left: 10px;
text-align: justify !important
}
.justify {
margin-left: 10px;
text-indent: 50px;
text-align: justify !important
}
.customIndent {
margin-left: 45px;
}
.centerimg {
display: block;
margin-top:10px;
margin-bottom:10px;
margin-left: auto;
margin-right: auto;
width: 85%;
}