From 13150ec9d88a807b55a7c03a30725d4acbec0cb0 Mon Sep 17 00:00:00 2001 From: Alex Shpak Date: Sat, 29 Sep 2018 11:52:15 +0200 Subject: Update screenshot --- assets/styles.scss | 6 +++++- images/screenshot.png | Bin 324497 -> 117616 bytes images/tn.png | Bin 163395 -> 169695 bytes 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/assets/styles.scss b/assets/styles.scss index 2588a21..06961bb 100644 --- a/assets/styles.scss +++ b/assets/styles.scss @@ -79,7 +79,7 @@ aside.fixed nav { flex-flow: row; .menu nav, .page, .markdown { - transition: 0.2s ease-in-out; + transition: .2s ease-in-out; transition-property: transform, margin-left, opacity; will-change: transform, margin-left; } @@ -177,3 +177,7 @@ $toc-hide-point: $menu-hide-point + $nav-menu-width; } } } + +.muted { + opacity: .75; +} \ No newline at end of file diff --git a/images/screenshot.png b/images/screenshot.png index 597f29b..8dac349 100644 Binary files a/images/screenshot.png and b/images/screenshot.png differ diff --git a/images/tn.png b/images/tn.png index 05df99a..42a0a3a 100644 Binary files a/images/tn.png and b/images/tn.png differ -- cgit v1.2.3