minor css tweaks, license for bll.js
This commit is contained in:
parent
ed3e3f747e
commit
bfac02d8e1
2 changed files with 6 additions and 4 deletions
|
@ -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
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue