mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-03 17:46:39 -04:00
improve dark mode readability a bit
This commit is contained in:
@ -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 {
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user