diff --git a/assets/bll.js b/assets/bll.js index 433b20d..4109763 100644 --- a/assets/bll.js +++ b/assets/bll.js @@ -1,3 +1,5 @@ +// @license magnet:?xt=urn:btih:5305d91886084f776adcf57509a648432709a7c7&dn=x11.txt X11 License + // ratio of each part's height to the width of the image (1082px) var ratios = { "top": 1.3577, @@ -38,3 +40,5 @@ window.onload = function () { update_sizes(); } + +// @license-end \ No newline at end of file diff --git a/assets/style.css b/assets/style.css index ed2d8ee..9c1f5e4 100644 --- a/assets/style.css +++ b/assets/style.css @@ -61,9 +61,6 @@ a { color: mediumpurple; text-decoration: none; } -html.night a { - color: #a9f; -} #projects, #screenshots, .donation-methods { display: flex; @@ -145,7 +142,7 @@ header span { header a, #show-more { color: white; display: inline-block; - padding: 5px 15px; + padding: 5px 12px; transition: 0.2s all; } header a.current { @@ -154,6 +151,7 @@ header a.current { pointer-events: none; } html.night header a.current { + color: white; background: linear-gradient(to bottom, #282828, #333); } header a:hover, #show-more:hover {