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>
|
||||
{{< 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>
|
||||
|
||||
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; }
|
||||
a:hover, a:focus {
|
||||
color: #80bbec; } }
|
||||
|
||||
blockquote {
|
||||
padding-left: 2rem;
|
||||
border-left: 3px solid #a6a6a6;
|
||||
@ -357,7 +356,6 @@ html {
|
||||
html {
|
||||
background-color: #282828;
|
||||
color: #ddd; } }
|
||||
|
||||
_:default:not(:root:root),
|
||||
html {
|
||||
animation: webkitfix 1s forwards infinite; }
|
||||
@ -420,7 +418,6 @@ img {
|
||||
background-color: #353535;
|
||||
border: 1px solid #666;
|
||||
color: #ddd; } }
|
||||
|
||||
.search-form__icon {
|
||||
left: 0.6rem;
|
||||
position: absolute;
|
||||
@ -431,7 +428,6 @@ img {
|
||||
@media (prefers-color-scheme: dark) {
|
||||
.search-form__icon {
|
||||
fill: #ddd; } }
|
||||
|
||||
.home__about,
|
||||
.home__photos,
|
||||
.home__blog {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user