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; } 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 {