diff --git a/books.html b/books.html index 3b36fd0..3f2a38c 100644 --- a/books.html +++ b/books.html @@ -15,12 +15,11 @@ - - - - + + + + - @@ -59,7 +58,6 @@

diff --git a/ema/download.html b/ema/download.html index 1987dc1..da9ea55 100644 --- a/ema/download.html +++ b/ema/download.html @@ -13,11 +13,10 @@ - - - - - + + + + @@ -89,7 +88,6 @@

Windows

diff --git a/ema/guide.html b/ema/guide.html index 062838d..27c5bc1 100644 --- a/ema/guide.html +++ b/ema/guide.html @@ -13,11 +13,10 @@ - - - - - + + + + @@ -60,7 +59,6 @@

Guide

diff --git a/ema/guide/format.html b/ema/guide/format.html index af4eaeb..ae0c6d4 100644 --- a/ema/guide/format.html +++ b/ema/guide/format.html @@ -13,11 +13,10 @@ - - - - - + + + + @@ -120,7 +119,6 @@

Data part

ready(); highlightCodes(); improveCodes(); - june(); diff --git a/ema/index.html b/ema/index.html index 5d331f4..8d2edee 100644 --- a/ema/index.html +++ b/ema/index.html @@ -14,11 +14,10 @@ - - - - - + + + + @@ -81,7 +80,6 @@

Familiar

diff --git a/favicon.png b/favicon.png index 798906b..d58033b 100644 Binary files a/favicon.png and b/favicon.png differ diff --git a/font/letrascript.html b/font/letrascript.html index 9119d15..2937421 100644 --- a/font/letrascript.html +++ b/font/letrascript.html @@ -13,11 +13,10 @@ - - - - - + + + + @@ -309,7 +314,6 @@

diff --git a/june.js b/june.js deleted file mode 100644 index f5fe4db..0000000 --- a/june.js +++ /dev/null @@ -1,9 +0,0 @@ -function isJune() { - return new Date().getMonth() === 5; -} - -function june() { - if (isJune() || document.location.hash === '#june') { - document.querySelector('h1 .quadrimus').style.background = 'linear-gradient(90deg in hsl longer hue, #f00000 0%, #a92471 100%) text'; - } -} diff --git a/knihy.html b/knihy.html index 4714270..adb4603 100644 --- a/knihy.html +++ b/knihy.html @@ -15,12 +15,11 @@ - - - - + + + + - @@ -59,7 +58,6 @@

diff --git a/style.css b/style.css index 5eafd8c..9306aff 100644 --- a/style.css +++ b/style.css @@ -720,6 +720,12 @@ footer { } } +/* +h1 .quadrimus { + background: linear-gradient(90deg in hsl longer hue, #f00000 0%, #a92471 100%) text; +} +*/ + body.use-px { h1 span { font-size: 27px;