forked from jakub/jakubb-hugo
Compare commits
No commits in common. "c2532014be424092103fb3bbf3e846ca86a76c8e" and "cd0f6067b160e53a0a1a5bebea6fcaf9dde0254b" have entirely different histories.
c2532014be
...
cd0f6067b1
@ -1,28 +0,0 @@
|
|||||||
.not-found ul.menu li {
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.not-found a.logo {
|
|
||||||
width: 100%;
|
|
||||||
padding: 20px 0;
|
|
||||||
background-color: var(--alt-bg);
|
|
||||||
text-align: center;
|
|
||||||
pointer-events: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
h1.not-found-num {
|
|
||||||
text-align: center;
|
|
||||||
font-size: 72px;
|
|
||||||
margin-top: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
h1.not-found {
|
|
||||||
text-align: center;
|
|
||||||
margin-bottom: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
@media screen and (min-width: 1040px) {
|
|
||||||
.content {
|
|
||||||
margin: 5em 5% auto 5%;
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,5 +1,3 @@
|
|||||||
/* Mostly based off of gruvbox */
|
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
--bg: #f9f5d7;
|
--bg: #f9f5d7;
|
||||||
--fg: #3c3836;
|
--fg: #3c3836;
|
@ -1,5 +1,5 @@
|
|||||||
/* Include */
|
/* Include */
|
||||||
@import url('./colorschemes/colors.css'); /* Include colorscheme */
|
@import url('./colorschemes/gruvbox.css'); /* Include colorscheme */
|
||||||
|
|
||||||
|
|
||||||
/* Global options */
|
/* Global options */
|
||||||
|
Loading…
Reference in New Issue
Block a user