diff --git a/index.html b/index.html index 12c8e70..e92448b 100644 --- a/index.html +++ b/index.html @@ -12,8 +12,8 @@ - - + + @@ -29,7 +29,7 @@ - + diff --git a/scripts/main.js b/scripts/main.js index 7abe9b8..6e3f700 100644 --- a/scripts/main.js +++ b/scripts/main.js @@ -3,11 +3,11 @@ let cookieNotification = getCookie("notification") !== "true"; let pride = new Date().getMonth() == 5; if (dark) { - document.write('') - document.write('') + document.write('') + document.write('') } if (pride) - document.write('') + document.write('') $(function () { let openModals = function (hash) { diff --git a/lib/showdown-prettify.js b/scripts/showdown-prettify.js similarity index 100% rename from lib/showdown-prettify.js rename to scripts/showdown-prettify.js diff --git a/dark.css b/style/dark.css similarity index 100% rename from dark.css rename to style/dark.css diff --git a/lib/prettify-dark.css b/style/prettify-dark.css similarity index 98% rename from lib/prettify-dark.css rename to style/prettify-dark.css index 0b06f0c..63c668f 100644 --- a/lib/prettify-dark.css +++ b/style/prettify-dark.css @@ -55,7 +55,7 @@ ol.linenums { } pre.prettyprint { - border-radius: 10px; + border-radius: 5px; } .prettyprint { diff --git a/lib/prettify.css b/style/prettify.css similarity index 98% rename from lib/prettify.css rename to style/prettify.css index 419706d..758bef1 100644 --- a/lib/prettify.css +++ b/style/prettify.css @@ -134,7 +134,7 @@ projection { /* Put a border around prettyprinted code snippets. */ pre.prettyprint { - border-radius: 10px; + border-radius: 5px; } .prettyprint { diff --git a/pride.css b/style/pride.css similarity index 100% rename from pride.css rename to style/pride.css diff --git a/style.css b/style/style.css similarity index 100% rename from style.css rename to style/style.css