Skip to content

Commit b2c95d3

Browse files
committed
changed theme
1 parent f297d2b commit b2c95d3

64 files changed

Lines changed: 356 additions & 15128 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

assets/css/custom.css

Lines changed: 107 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,112 @@
1+
/* Responsive font size: shrink on smaller screens */
2+
@media (max-width: 900px) {
3+
html {
4+
font-size: 16px;
5+
}
6+
body, p, li, nav a, button {
7+
font-size: 1rem;
8+
}
9+
h1 {
10+
font-size: 2rem;
11+
}
12+
h2 {
13+
font-size: 1.5rem;
14+
}
15+
h3 {
16+
font-size: 1.25rem;
17+
}
18+
h4 {
19+
font-size: 1.1rem;
20+
}
21+
h5, h6 {
22+
font-size: 1rem;
23+
}
24+
}
25+
26+
@media (max-width: 600px) {
27+
html {
28+
font-size: 15px;
29+
}
30+
body, p, li, nav a, button {
31+
font-size: 0.95rem;
32+
}
33+
h1 {
34+
font-size: 1.5rem;
35+
}
36+
h2 {
37+
font-size: 1.2rem;
38+
}
39+
h3, h4, h5, h6 {
40+
font-size: 1rem;
41+
}
42+
}
143
/* Add your own custom styles here */
244

45+
/* FONT SIZE CUSTOMIZATION */
46+
/* Increase base font size for entire website */
47+
48+
html {
49+
font-size: 17px; /* Slightly larger than default */
50+
}
51+
52+
body {
53+
font-size: 1.12rem; /* Slightly larger */
54+
line-height: 1.6;
55+
}
56+
57+
p {
58+
font-size: 1.12rem;
59+
}
60+
61+
li {
62+
font-size: 1.12rem;
63+
}
64+
65+
/* Increase heading sizes */
66+
h1 {
67+
font-size: 2.5rem; /* Larger h1 */
68+
}
69+
70+
h2 {
71+
font-size: 2rem; /* Larger h2 */
72+
}
73+
74+
h3 {
75+
font-size: 1.75rem; /* Larger h3 */
76+
}
77+
78+
h4 {
79+
font-size: 1.5rem; /* Larger h4 */
80+
}
81+
82+
h5 {
83+
font-size: 1.25rem; /* Larger h5 */
84+
}
85+
86+
h6 {
87+
font-size: 1.125rem; /* Larger h6 */
88+
}
89+
90+
/* Increase navigation text */
91+
nav a {
92+
font-size: 1.125rem;
93+
}
94+
95+
/* Increase button text */
96+
button {
97+
font-size: 1.125rem;
98+
}
99+
100+
/* Increase code text */
101+
code {
102+
font-size: 1rem;
103+
}
104+
105+
/* Increase pre code blocks */
106+
pre {
107+
font-size: 1rem;
108+
}
109+
3110
/* Button styling */
4111
.btn {
5112
color: white !important;

config/_default/module.toml

Lines changed: 1 addition & 94 deletions
Original file line numberDiff line numberDiff line change
@@ -2,98 +2,5 @@
22
extended = true
33
min = "0.144.0"
44

5-
# [[imports]]
6-
# path = "github.com/zeon-studio/hugoplate"
7-
8-
[[imports]]
9-
path = "github.com/gethugothemes/hugo-modules/search"
10-
11-
[[imports]]
12-
path = "github.com/gethugothemes/hugo-modules/pwa"
13-
14-
[[imports]]
15-
path = "github.com/gethugothemes/hugo-modules/images"
16-
17-
[[imports]]
18-
path = "github.com/gethugothemes/hugo-modules/videos"
19-
20-
[[imports]]
21-
path = "github.com/gethugothemes/hugo-modules/icons/font-awesome"
22-
23-
# [[imports]]
24-
# path = "github.com/gethugothemes/hugo-modules/icons/themify-icons"
25-
26-
[[imports]]
27-
path = "github.com/gethugothemes/hugo-modules/gzip-caching"
28-
29-
[[imports]]
30-
path = "github.com/gethugothemes/hugo-modules/adsense"
31-
32-
[[imports]]
33-
path = "github.com/gethugothemes/hugo-modules/accordion"
34-
35-
[[imports]]
36-
path = "github.com/gethugothemes/hugo-modules/table-of-contents"
37-
38-
[[imports]]
39-
path = "github.com/gethugothemes/hugo-modules/tab"
40-
41-
[[imports]]
42-
path = "github.com/gethugothemes/hugo-modules/modal"
43-
44-
[[imports]]
45-
path = "github.com/gethugothemes/hugo-modules/gallery-slider"
46-
47-
[[imports]]
48-
path = "github.com/gethugothemes/hugo-modules/components/preloader"
49-
50-
[[imports]]
51-
path = "github.com/gethugothemes/hugo-modules/components/social-share"
52-
53-
[[imports]]
54-
path = "github.com/gethugothemes/hugo-modules/components/cookie-consent"
55-
56-
[[imports]]
57-
path = "github.com/gethugothemes/hugo-modules/components/announcement"
58-
59-
[[imports]]
60-
path = "github.com/gethugothemes/hugo-modules/components/custom-script"
61-
62-
[[imports]]
63-
path = "github.com/gethugothemes/hugo-modules/components/render-link"
64-
65-
# [[imports]]
66-
# path = "github.com/gethugothemes/hugo-modules/components/valine-comment"
67-
68-
# [[imports]]
69-
# path = "github.com/gethugothemes/hugo-modules/components/crisp-chat"
70-
71-
[[imports]]
72-
path = "github.com/gethugothemes/hugo-modules/shortcodes/button"
73-
74-
[[imports]]
75-
path = "github.com/gethugothemes/hugo-modules/shortcodes/notice"
76-
77-
[[imports]]
78-
path = "github.com/gethugothemes/hugo-modules/seo-tools/basic-seo"
79-
80-
[[imports]]
81-
path = "github.com/gethugothemes/hugo-modules/seo-tools/site-verifications"
82-
83-
[[imports]]
84-
path = "github.com/gethugothemes/hugo-modules/seo-tools/google-tag-manager"
85-
86-
# [[imports]]
87-
# path = "github.com/gethugothemes/hugo-modules/seo-tools/baidu-analytics"
88-
89-
# [[imports]]
90-
# path = "github.com/gethugothemes/hugo-modules/seo-tools/matomo-analytics"
91-
92-
# [[imports]]
93-
# path = "github.com/gethugothemes/hugo-modules/seo-tools/plausible-analytics"
94-
95-
# [[imports]]
96-
# path = "github.com/gethugothemes/hugo-modules/seo-tools/counter-analytics"
97-
985
[[imports]]
99-
path = "github.com/hugomods/mermaid"
6+
path = "github.com/imfing/hextra"

0 commit comments

Comments
 (0)