-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.scss
More file actions
61 lines (48 loc) · 945 Bytes
/
index.scss
File metadata and controls
61 lines (48 loc) · 945 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
54
55
56
57
58
59
60
61
// place your custom styles here
h1, h2, h3, h4, h5 {
font-family: var(--font-family);
}
.vp-hero-infos {
display: none;
}
img[src*='#right'] {
float: right;
margin: 10px 0 10px 10px;
}
.image-container {
height: 150px; width:361px;
max-width: calc(100% - 20px);
padding: 10px;
float: right;
}
.vp-tag {
background-color: #63C7A6 !important;
}
.page-tag-item {
background: #326F95 !important;
color: white !important;
border-radius: 5%;
}
.vp-category {
color: black !important;
background: #63C7A6 !important;
}
.vp-category-count{
color: black !important;
background: white !important;
}
.page-category-item {
color: black !important;
background: #63C7A6 !important;
}
.vp-sidebar > .vp-sidebar-links > li > .vp-sidebar-link {
line-height: 0.8em;
}
.vp-sidebar {
font-size: 85%;
}
.vp-blog-hero-title {
font-size: xx-large;
font-weight: bolder;
color: #3F8999;
}