update blog update blog update todo update blog correctly render fenced code blocks work on blog generation update blog script to deploy to local web server abs navigation links finish styling blog pages, start blog index update ppp generate blog index reverse blog index order update blog
26 lines
349 B
CSS
26 lines
349 B
CSS
.socials {
|
|
position: absolute;
|
|
|
|
background-color:var(--background);
|
|
|
|
bottom: 1.6em;
|
|
}
|
|
|
|
.socials i {
|
|
font-size: 2.0em;
|
|
padding-right: .1em;
|
|
color: var(--foreground-inactive);
|
|
transition: color 0.3s;
|
|
}
|
|
.socials i:hover {
|
|
|
|
color: var(--accent);
|
|
}
|
|
|
|
.socials a {
|
|
text-decoration: none;
|
|
transition: color 0.3s;
|
|
}
|
|
|
|
|