Skip to content

Commit

Permalink
Dark mode layout for small image tiles
Browse files Browse the repository at this point in the history
  • Loading branch information
thygrrr committed Feb 29, 2024
1 parent 796bdb7 commit f614d9f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions fennecs.tech/.vitepress/theme/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@
display: none;
}

:root .tile64 {
width: 64px;
height: 64px;
}

.dark {
--vp-c-brand-1: #EE8000;
--vp-c-brand-2: #284AAF;
Expand Down
4 changes: 2 additions & 2 deletions fennecs.tech/demos/DemoCubes.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ This demo demonstrates a simple case how to update the state of a large number o

#### Source Code

| MonoGameπŸ”œ |[Godot](https://github.com/thygrrr/fennecs/tree/main/demos/example-godot) | FlaxπŸ”œ | UnigineπŸ”œ | StrideπŸ”œ| Raylib-csπŸ”œ | NeoAxisπŸ”œ |
| MonoGame |[Godot](https://github.com/thygrrr/fennecs/tree/main/demos/example-godot) | Flax | Unigine | Stride| Raylib-cs | NeoAxis |
|:--------------:|:-------------------------------------------------------------------------------------------------------------:|:--------------:|:--------------:|:--------------:|:--------------:|:--------------:|
|![MonoGame](https://fennecs.tech/img/logo-monogame-80.png) | [![Godot](https://fennecs.tech/img/logo-godot-80.png)](https://github.com/thygrrr/fennecs/tree/main/demos/example-godot) | ![Flax Engine](https://fennecs.tech/img/logo-flax-80.png) | ![UNIGINE](https://fennecs.tech/img/logo-unigine-80-darkmode.png){.dark-only} ![UNIGINE](https://fennecs.tech/img/logo-unigine-80-lightmode.png){.light-only} | ![STRIDE](https://fennecs.tech/img/logo-stride-80.png) | ![Raylib-cs](https://fennecs.tech/img/logo-raylib-80.png) | ![NeoAxis Engine](https://fennecs.tech/img/logo-neoaxis-80-darkmode.png){.dark-only} ![NeoAxis Engine](https://fennecs.tech/img/logo-neoaxis-80-lightmode.png){.light-only} |
|![MonoGame](https://fennecs.tech/img/logo-monogame-80.png){.tile64} | ![Godot](https://fennecs.tech/img/logo-godot-80.png){.tile64} | ![Flax Engine](https://fennecs.tech/img/logo-flax-80.png){.tile64} | ![UNIGINE](https://fennecs.tech/img/logo-unigine-80-darkmode.png){.dark-only .tile64} ![UNIGINE](https://fennecs.tech/img/logo-unigine-80-lightmode.png){.light-only .tile64} | ![STRIDE](https://fennecs.tech/img/logo-stride-80.png){.tile64} | ![Raylib-cs](https://fennecs.tech/img/logo-raylib-80.png){.tile64} | ![NeoAxis Engine](https://fennecs.tech/img/logo-neoaxis-80-darkmode.png){.dark-only .tile64} ![NeoAxis Engine](https://fennecs.tech/img/logo-neoaxis-80-lightmode.png){.light-only .tile64} |


### Video (Godot Version)
Expand Down

0 comments on commit f614d9f

Please sign in to comment.