diff --git a/assets/blobcat_gitea.png b/assets/blobcat_gitea.png new file mode 100644 index 0000000..7de8827 Binary files /dev/null and b/assets/blobcat_gitea.png differ diff --git a/projects/boids.html b/projects/boids.html index a37e11c..b0c26de 100644 --- a/projects/boids.html +++ b/projects/boids.html @@ -31,19 +31,19 @@
The repository for the boids simulation.
- -The ecs library i wrote this for.
- -My first version of a boids simulation. Written in C++ with sfml. diff --git a/shared/style.css b/shared/style.css index 7f5392e..86b21e8 100644 --- a/shared/style.css +++ b/shared/style.css @@ -77,7 +77,7 @@ div.info { height: 400px; } -.github-block { +.git-block { display: grid; color: white; grid-template-columns: 125px auto; @@ -92,18 +92,17 @@ div.info { padding: 20px; } -.github-block > h2 { +.git-block > h2 { margin-top: auto; margin-bottom: auto; } -div.github-logo { +div.git-logo { background-color: #0000; - background-image: url("../assets/octicon.png"); + background-image: url("../assets/blobcat_gitea.png"); background-size: cover; background-position: center; background-repeat: no-repeat; - filter: invert(100%); width: 100px; height: 100px; }