mirror of
https://github.com/asimonson1125/asimonson1125.github.io.git
synced 2026-02-25 05:09:49 -06:00
minor appearances
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -1,3 +1,4 @@
|
|||||||
.venv
|
.venv
|
||||||
__pycache__
|
__pycache__
|
||||||
notes.txt
|
notes.txt
|
||||||
|
react_OLD
|
||||||
@@ -148,12 +148,12 @@ a {
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 1.2rem;
|
font-size: 1.2rem;
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
background-color: rgb(156, 49, 45, .4);
|
background-color: rgba(139, 36, 36, 0.5);
|
||||||
cursor: pointer;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.navElement:hover {
|
.navElement:hover {
|
||||||
background-color: rgb(156, 49, 45, .8);
|
background-color: rgba(139, 36, 36, 0.8);
|
||||||
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navElement * {
|
.navElement * {
|
||||||
@@ -195,7 +195,7 @@ a {
|
|||||||
padding-left: 8rem;
|
padding-left: 8rem;
|
||||||
width: calc(100%-8rem);
|
width: calc(100%-8rem);
|
||||||
min-height: calc(100vh - 8rem);
|
min-height: calc(100vh - 8rem);
|
||||||
background-color: rgb(44, 44, 44, .85);
|
background-color: rgb(24, 24, 24, .85);
|
||||||
padding-bottom: 1rem;
|
padding-bottom: 1rem;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
transition: .4s;
|
transition: .4s;
|
||||||
|
|||||||
@@ -67,7 +67,7 @@ function windowResized() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function draw() {
|
function draw() {
|
||||||
background(32);
|
background(24);
|
||||||
|
|
||||||
for (let i = 0; i < balls.length; i++) {
|
for (let i = 0; i < balls.length; i++) {
|
||||||
balls[i].update();
|
balls[i].update();
|
||||||
|
|||||||
@@ -82,7 +82,6 @@ function toggleMenu() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
async function goto(location, {push=true, toggle=true}={}) {
|
async function goto(location, {push=true, toggle=true}={}) {
|
||||||
console.log(toggle)
|
|
||||||
let a = await fetch("/api/goto/" + location, {
|
let a = await fetch("/api/goto/" + location, {
|
||||||
credentials: "include",
|
credentials: "include",
|
||||||
method: "GET",
|
method: "GET",
|
||||||
|
|||||||
Reference in New Issue
Block a user