Style Changes
This commit is contained in:
parent
a46564f36d
commit
503aa9d958
1 changed files with 2 additions and 5 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue