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

improve dark mode readability a bit

This commit is contained in:
2020-06-13 09:54:04 -04:00
parent 5b21df5cff
commit 620903413a
6 changed files with 34 additions and 35 deletions

View File

@@ -16,17 +16,17 @@ $themes: (
links: #0e6dc2,
),
dark: (
background: #292929,
background-top: #202020,
text: #efefef,
medium-dark: #d0d0d0,
background: #272727,
background-top: #1e1e1e,
text: #f7f7f7,
medium-dark: #d7d7d7,
medium: #b1b1b1,
medium-light: #929292,
light: #646464,
kinda-light: #535353,
super-light: #272727,
super-duper-light: #1f1f1f,
links: #85baea,
links: #9bd0ff,
),
);

View File

@@ -11,7 +11,7 @@
.beat {
display: inline-block;
animation: beat 10s infinite; // 6 bpm, call 911 if you see this please.
animation-delay: 2.5s; // offset from wave animation
animation-delay: 7.5s; // offset from wave animation
}
@keyframes wave {

View File

@@ -116,11 +116,10 @@ button {
// make SVG twemojis relative to surrounding text
// https://github.com/twitter/twemoji#inline-styles
img.emoji {
height: 1.1em !important;
width: 1.1em !important;
margin: 0 0.09em !important;
vertical-align: -0.18em !important;
display: inline !important;
height: 1.1em;
width: 1.1em;
margin: 0 0.09em;
vertical-align: -0.18em;
}
// white background for entire width content area