mirror of
https://github.com/danbee/danbarber.me.hugo.git
synced 2025-03-04 08:59:18 +00:00
Fix minor issue with ZX Spectrum post
I suspect this issue will be present elsewhere too
This commit is contained in:
parent
546ef5343f
commit
cc2e6b5ef2
@ -10,7 +10,7 @@ image: 5364873704_0fe55f7e3e_o.jpg
|
|||||||
<figure>
|
<figure>
|
||||||
{{< img src="5364873704_0fe55f7e3e_o.jpg" alt="ZX Spectrum" caption="" >}}
|
{{< img src="5364873704_0fe55f7e3e_o.jpg" alt="ZX Spectrum" caption="" >}}
|
||||||
|
|
||||||
<figcaption class="attribution"><a href="https://www.flickr.com/photos/gonzalomerat/5364873704">Photo</a> by Gonzalo Merat / <a href="https://creativecommons.org/licenses/by-nc-nd/2.0/">CC BY NC ND</a></figcaption>
|
<figcaption class="attribution"><a href="https://www.flickr.com/photos/gonzalomerat/5364873704">Photo</a> by Gonzalo Merat / <a href="https://creativecommons.org/licenses/by-nc-nd/2.0/">CC BY NC ND</a></figcaption>
|
||||||
</figure>
|
</figure>
|
||||||
|
|
||||||
The second computer to ever enter my life was a Sinclair ZX Spectrum +2. This machine had colour, 3 channel sound and a built in tape deck. I was in love!
|
The second computer to ever enter my life was a Sinclair ZX Spectrum +2. This machine had colour, 3 channel sound and a built in tape deck. I was in love!
|
||||||
|
|||||||
@ -321,7 +321,6 @@ a {
|
|||||||
color: #53a3e5; }
|
color: #53a3e5; }
|
||||||
a:hover, a:focus {
|
a:hover, a:focus {
|
||||||
color: #80bbec; } }
|
color: #80bbec; } }
|
||||||
|
|
||||||
blockquote {
|
blockquote {
|
||||||
padding-left: 2rem;
|
padding-left: 2rem;
|
||||||
border-left: 3px solid #a6a6a6;
|
border-left: 3px solid #a6a6a6;
|
||||||
@ -357,7 +356,6 @@ html {
|
|||||||
html {
|
html {
|
||||||
background-color: #282828;
|
background-color: #282828;
|
||||||
color: #ddd; } }
|
color: #ddd; } }
|
||||||
|
|
||||||
_:default:not(:root:root),
|
_:default:not(:root:root),
|
||||||
html {
|
html {
|
||||||
animation: webkitfix 1s forwards infinite; }
|
animation: webkitfix 1s forwards infinite; }
|
||||||
@ -420,7 +418,6 @@ img {
|
|||||||
background-color: #353535;
|
background-color: #353535;
|
||||||
border: 1px solid #666;
|
border: 1px solid #666;
|
||||||
color: #ddd; } }
|
color: #ddd; } }
|
||||||
|
|
||||||
.search-form__icon {
|
.search-form__icon {
|
||||||
left: 0.6rem;
|
left: 0.6rem;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
@ -431,7 +428,6 @@ img {
|
|||||||
@media (prefers-color-scheme: dark) {
|
@media (prefers-color-scheme: dark) {
|
||||||
.search-form__icon {
|
.search-form__icon {
|
||||||
fill: #ddd; } }
|
fill: #ddd; } }
|
||||||
|
|
||||||
.home__about,
|
.home__about,
|
||||||
.home__photos,
|
.home__photos,
|
||||||
.home__blog {
|
.home__blog {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user