1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-17 11:35:32 -04:00

clean up redirects/404s & other random housekeeping

This commit is contained in:
2020-06-02 14:00:40 -04:00
parent 23eabb48c0
commit a6cb95c0d7
15 changed files with 46 additions and 32 deletions

View File

@@ -92,11 +92,11 @@ $colors-home: (
light: #c48f49,
dark: #ca9249,
),
y2k: (
frontend: (
light: #4169e1,
dark: #8ca9ff,
),
jbb: (
backend: (
light: #9932cc,
dark: #d588fb,
),

View File

@@ -51,7 +51,7 @@ footer {
}
}
div#ie {
div#y2k {
width: 20%;
text-align: center;
line-height: 1;
@@ -75,7 +75,7 @@ footer {
}
// no more room at the inn :(
div#ie {
div#y2k {
display: none;
}
}

View File

@@ -42,6 +42,7 @@ main {
}
}
/*! Credit for cool link underlines: https://www.dannyguo.com/blog/animated-multiline-link-underlines-with-css/ */
a {
text-decoration: none;
background-position: 0% 100%;

View File

@@ -73,7 +73,7 @@ div.highlight {
}
}
/*! Syntax Highlighting - modified from Monokai Light: https://github.com/mlgill/pygments-style-monokailight */
/*! Syntax Highlighting (light) - modified from Monokai Light: https://github.com/mlgill/pygments-style-monokailight */
body.light {
div.highlight {
color: #464646;
@@ -147,7 +147,7 @@ body.light {
}
}
/*! Syntax Highlighting - modified from Dracula: https://github.com/dracula/pygments */
/*! Syntax Highlighting (dark) - modified from Dracula: https://github.com/dracula/pygments */
body.dark {
div.highlight {
color: #dfdfdf;