Skip to content

Commit 4395af4

Browse files
committed
Feat(meta tags): og image title description
1 parent b2ba866 commit 4395af4

Some content is hidden

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

43 files changed

+986
-126
lines changed

angular-primeng-app/dist/3rdpartylicenses.txt

Lines changed: 341 additions & 43 deletions
Large diffs are not rendered by default.
570 KB
Loading
551 KB
Loading
7.54 KB
Loading
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
@import "primeng/resources/themes/lara-dark-blue/theme.css";
2+
3+
.social-link {
4+
a {
5+
i {
6+
color: var(--blue-200);
7+
}
8+
}
9+
}
10+
11+
article {
12+
a {
13+
color: var(--blue-300);
14+
}
15+
pre {
16+
background-color: #222;
17+
color: #eaeaea;
18+
}
19+
}
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
@import "primeng/resources/themes/lara-light-blue/theme.css";
2+
3+
body {
4+
background-color: var(--gray-50);
5+
}
6+
7+
.p-card,
8+
.p-toolbar {
9+
background-color: var(--gray-200);
10+
}
11+
12+
.p-tag {
13+
background-color: var(--blue-100);
14+
color: var(--gray-600)
15+
}
16+
17+
.p-button {
18+
background-color: var(--blue-200);
19+
color: var(--gray-600);
20+
border: none;
21+
}
22+
23+
.transparent-button {
24+
.p-button-icon-only {
25+
background-color: transparent;
26+
}
27+
}
28+
29+
.social-link {
30+
a {
31+
i {
32+
color: var(--blue-600);
33+
}
34+
}
35+
}
36+
37+
article {
38+
a {
39+
color: var(--blue-400);
40+
}
41+
pre {
42+
background-color: #444;
43+
color: #eaeaea;
44+
}
45+
}
46+
47+

angular-primeng-app/dist/browser/chunk-4KWLFWZZ.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

angular-primeng-app/dist/browser/chunk-5IYU7X6J.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

angular-primeng-app/dist/browser/chunk-5W73IEJQ.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)