ended up switching site to Dracula theme cuz Castlevania; looks better this way
This commit is contained in:
parent
98331aa43d
commit
3a937dee81
2 changed files with 46 additions and 19 deletions
|
@ -14,7 +14,7 @@ defaultContentLanguage = 'es'
|
||||||
avatarSize = "size-xl"
|
avatarSize = "size-xl"
|
||||||
email = "correo@peterdominguez.art"
|
email = "correo@peterdominguez.art"
|
||||||
[params.styles]
|
[params.styles]
|
||||||
color = "red"
|
color = "#50fa7b"
|
||||||
[[params.social]]
|
[[params.social]]
|
||||||
key = 0
|
key = 0
|
||||||
name = "gitlab"
|
name = "gitlab"
|
||||||
|
@ -60,7 +60,6 @@ defaultContentLanguage = 'es'
|
||||||
name = "fuente"
|
name = "fuente"
|
||||||
weight = 3
|
weight = 3
|
||||||
url = "https://gitlab.com/putridpete/hugo-website"
|
url = "https://gitlab.com/putridpete/hugo-website"
|
||||||
icon = "fa-brands fa-gitlab"
|
|
||||||
[[menu.header]]
|
[[menu.header]]
|
||||||
name = "rss"
|
name = "rss"
|
||||||
weight = 4
|
weight = 4
|
||||||
|
|
|
@ -3,39 +3,67 @@
|
||||||
<head>
|
<head>
|
||||||
<style>
|
<style>
|
||||||
|
|
||||||
pre code { background-color: #252323; }
|
pre code { background-color: #44475a; }
|
||||||
code { padding: 2px 4px; font-size: 90%; border-radius: 4px; background-color: #131212; }
|
code { padding: 2px 4px; font-size: 90%; border-radius: 4px; background-color: #44475a; }
|
||||||
|
|
||||||
|
a:hover {
|
||||||
|
color: #f8f8f2;
|
||||||
|
}
|
||||||
.headerWrapper {
|
.headerWrapper {
|
||||||
background: #252323;
|
background: #44475a;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.headerWrapper a {
|
||||||
|
color: #bd93f9;
|
||||||
|
}
|
||||||
|
|
||||||
|
.headerWrapper a:hover {
|
||||||
|
color: #f8f8f2;
|
||||||
|
}
|
||||||
.headerLinks {
|
.headerLinks {
|
||||||
background: #252323;
|
background: #44475a;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.headerLinks ul li a {
|
||||||
|
color: #bd93f9;
|
||||||
|
}
|
||||||
|
|
||||||
.postListItem {
|
.postListItem {
|
||||||
background: #252323;
|
background: #44475a;
|
||||||
}
|
}
|
||||||
|
|
||||||
.postExcerpt {
|
.postExcerpt {
|
||||||
background: #252323;
|
background: #44475a;
|
||||||
}
|
}
|
||||||
|
|
||||||
.postExcerpt {
|
|
||||||
background: #252323;
|
|
||||||
}
|
|
||||||
.postMetadata {
|
.postMetadata {
|
||||||
background: #252323;
|
background: #44475a;
|
||||||
|
}
|
||||||
|
|
||||||
|
.postMetadata a {
|
||||||
|
color: #ff79c6;
|
||||||
|
}
|
||||||
|
|
||||||
|
.postMetadata a:hover {
|
||||||
|
color: #f8f8f2;
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer {
|
.footer {
|
||||||
background: #252323;
|
background: #44475a;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
background: #302d2d;
|
background: #282a36;
|
||||||
|
color: f8f8f2;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.socialNavbar a {
|
||||||
|
color: #ff79c6;
|
||||||
|
}
|
||||||
|
|
||||||
|
.socialNavbar a:hover {
|
||||||
|
color: #f8f8f2;
|
||||||
|
}
|
||||||
|
|
||||||
.pagination {
|
.pagination {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
|
@ -58,12 +86,12 @@ body {
|
||||||
margin: 1px;
|
margin: 1px;
|
||||||
border-radius: 0.5em;
|
border-radius: 0.5em;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
background-color: #252323;
|
background-color: #44475a;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pagination a:hover {
|
.pagination a:hover {
|
||||||
color: #f8f8ff;
|
color: #282A36;
|
||||||
background-color: #f26d63;
|
background-color: #50fa7b;
|
||||||
}
|
}
|
||||||
|
|
||||||
#fastSearch {
|
#fastSearch {
|
||||||
|
@ -85,7 +113,7 @@ body {
|
||||||
font-family: "FiraMono";
|
font-family: "FiraMono";
|
||||||
color: #f3f8f8;
|
color: #f3f8f8;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
background-color: #1d1c1c;
|
background-color: #282A36;
|
||||||
border: none;
|
border: none;
|
||||||
outline: none;
|
outline: none;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
@ -99,7 +127,7 @@ body {
|
||||||
padding: 6px 6px 6px 6px;
|
padding: 6px 6px 6px 6px;
|
||||||
margin-left: -5.3em;
|
margin-left: -5.3em;
|
||||||
color: #f3f8f8;
|
color: #f3f8f8;
|
||||||
background-color: #1d1c1c;
|
background-color: #44475a;
|
||||||
margin-top: 8px;
|
margin-top: 8px;
|
||||||
font-family: "OpenSans";
|
font-family: "OpenSans";
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue