aboutsummaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorC. Lente <7017340+clente@users.noreply.github.com>2023-04-27 12:25:09 -0300
committerC. Lente <7017340+clente@users.noreply.github.com>2023-04-27 12:25:09 -0300
commit2419e25e73f60be3c18893df06ad61ed928bf277 (patch)
tree4ac48c5c3279475af58abe07b3a73bec2155e577 /assets
parent603876b88d754a10cdbcf11b18c4fcc4dc0aaa91 (diff)
downloadhugo-bearcub-2419e25e73f60be3c18893df06ad61ed928bf277.tar.gz
hugo-bearcub-2419e25e73f60be3c18893df06ad61ed928bf277.tar.bz2
Update social cards
Diffstat (limited to 'assets')
-rw-r--r--assets/herman.css2
-rw-r--r--assets/images/social_card_bg.pngbin651110 -> 6698 bytes
-rw-r--r--assets/images/social_card_fg.pngbin367423 -> 4656 bytes
-rw-r--r--assets/style.css147
4 files changed, 1 insertions, 148 deletions
diff --git a/assets/herman.css b/assets/herman.css
index 1eae1f3..b80a9d8 100644
--- a/assets/herman.css
+++ b/assets/herman.css
@@ -1,6 +1,6 @@
:root {
font-size: 62.5%; /* 10px */
- --color-dark: #181a20; /* 1a1a1a */
+ --color-dark: #181a20;
--color-light: #fafafa;
--color-primary: #1a8fe3;
--size: 1rem;
diff --git a/assets/images/social_card_bg.png b/assets/images/social_card_bg.png
index ad1d528..857ea63 100644
--- a/assets/images/social_card_bg.png
+++ b/assets/images/social_card_bg.png
Binary files differ
diff --git a/assets/images/social_card_fg.png b/assets/images/social_card_fg.png
index 01b207c..e005b0a 100644
--- a/assets/images/social_card_fg.png
+++ b/assets/images/social_card_fg.png
Binary files differ
diff --git a/assets/style.css b/assets/style.css
deleted file mode 100644
index 3b90566..0000000
--- a/assets/style.css
+++ /dev/null
@@ -1,147 +0,0 @@
-body {
- font-family: Verdana, sans-serif;
- margin: auto;
- padding: 20px;
- max-width: 720px;
- text-align: left;
- background-color: #1d1f27;
- word-wrap: break-word;
- overflow-wrap: break-word;
- line-height: 1.5;
- color: #c9d1d9;
-}
-
-h1,
-h2,
-h3,
-h4,
-h5,
-h6,
-strong,
-b {
- color: #eee;
-}
-
-a {
- color: #8cc2dd;
-}
-
-.title {
- text-decoration: none;
- border: 0;
-}
-.title h1 {
- font-size: 24px;
- margin: 19.92px 0 19.92px 0;
-}
-
-.title span {
- font-weight: 400;
-}
-
-nav a {
- margin-right: 10px;
-}
-
-textarea {
- background-color: #252525;
- color: #ddd;
- width: 100%;
- font-size: 16px;
-}
-
-input {
- background-color: #252525;
- color: #ddd;
- font-size: 16px;
-}
-
-content {
- line-height: 1.6;
-}
-
-table {
- width: 100%;
-}
-
-table,
-th,
-td {
- border: 1px solid;
- border-collapse: collapse;
- border-color: #c9d1d9;
- padding: 5px;
-}
-
-img {
- max-width: 100%;
-}
-
-code {
- padding: 2px 5px;
- color: #f8f8f2;
- background-color: #282a36;
-}
-
-pre code {
- display: block;
- padding: 20px;
- white-space: pre-wrap;
- font-size: 14px;
- overflow-x: auto;
-}
-
-blockquote {
- border-left: 1px solid #999;
- color: #ccc;
- padding-left: 20px;
- font-style: italic;
-}
-
-footer {
- padding: 25px;
- text-align: center;
-}
-
-.helptext {
- color: #aaa;
- font-size: small;
-}
-
-.errorlist {
- color: #eba613;
- font-size: small;
-}
-
-/* blog posts */
-ul.blog-posts {
- list-style-type: none;
- padding: unset;
-}
-
-ul.blog-posts li {
- display: flex;
- margin-bottom: 10px;
-}
-
-ul.blog-posts li span {
- flex: 0 0 130px;
-}
-
-ul.blog-posts li a:visited {
- color: #8b6fcb;
-}
-
-a.blog-tags {
- line-height: 2;
-}
-
-h3.blog-filter {
- margin-bottom: 0;
-}
-
-.disabled {
- color: currentColor;
- cursor: not-allowed;
- opacity: 0.7;
-}