Style Changes

This commit is contained in:
seiichiro 2022-01-10 18:37:49 +01:00
parent a46564f36d
commit 503aa9d958

View file

@ -1,10 +1,9 @@
body { body {
font-family: sans; font-family: sans;
background-color: #202020; background-color: #000000;
} }
.content { .content {
padding: 4px; padding: 4px;
background-color: #000000;
} }
.page-header { .page-header {
@ -20,7 +19,6 @@ body {
.title { .title {
font-size: 2em; font-size: 2em;
vertical-align: center; vertical-align: center;
just
} }
.search { .search {
@ -29,12 +27,11 @@ body {
.images { .images {
position: relative; position: relative;
background-color: #000000;
} }
.single { .single {
width: 92vh;
height: 92vh; height: 92vh;
background-color: #000000;
} }
.single-image { .single-image {
position: absolute; position: absolute;