minor css tweaks, license for bll.js

Cette révision appartient à :
Lynne Megido 2020-03-25 22:36:32 +10:00
Parent ed3e3f747e
révision bfac02d8e1
Signé par: lynnesbian
ID de la clé GPG: F0A184B5213D9F90
2 fichiers modifiés avec 6 ajouts et 4 suppressions

Voir le fichier

@ -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

Voir le fichier

@ -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 {