1
0
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:
Daniel Barber 2020-06-03 11:55:01 -04:00
parent 546ef5343f
commit cc2e6b5ef2
Signed by: danbarber
GPG Key ID: 931D8112E0103DD8
2 changed files with 1 additions and 5 deletions

View File

@ -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 {