monkeytype/frontend/static/themes
Asif Malik 91d64dc920
feat(theme): add spiderman theme (@asifMalik78) (#7240)
### Description

<!-- Please describe the change(s) made in your PR -->

### Checks

- [ ] Adding/modifying Typescript code?
  - [ ] I have used `qs`,`qsa` or `qsr` instead of JQuery selectors.
- [ ] Adding quotes?
- [ ] Make sure to include translations for the quotes in the
description (or another comment) so we can verify their content.
- [ ] Adding a language?
- Make sure to follow the [languages
documentation](https://github.com/monkeytypegame/monkeytype/blob/master/docs/LANGUAGES.md)
  - [ ] Add language to `packages/schemas/src/languages.ts`
- [ ] Add language to exactly one group in
`frontend/src/ts/constants/languages.ts`
  - [ ] Add language json file to `frontend/static/languages` 
- [x] Adding a theme?
- Make sure to follow the [themes
documentation](https://github.com/monkeytypegame/monkeytype/blob/master/docs/THEMES.md)
  - [x] Add theme to `packages/schemas/src/themes.ts`
  - [x] Add theme to `frontend/src/ts/constants/themes.ts`
  - [x] Add theme css file to `frontend/static/themes`
- [x] Add some screenshot of the theme, especially with different test
settings (colorful, flip colors) to your pull request
- [ ] Adding a layout?
- [ ] Make sure to follow the [layouts
documentation](https://github.com/monkeytypegame/monkeytype/blob/master/docs/LAYOUTS.md)
  - [ ] Add layout to `packages/schemas/src/layouts.ts`
  - [ ] Add layout json file to `frontend/static/layouts` 
- [ ] Adding a font?
- Make sure to follow the [themes
documentation](https://github.com/monkeytypegame/monkeytype/blob/master/docs/FONTS.md)
  - [ ] Add font file  to `frontend/static/webfonts`
  - [ ] Add font to `packages/schemas/src/fonts.ts`
  - [ ] Add font to `frontend/src/ts/constants/fonts.ts`
- [ ] Check if any open issues are related to this PR; if so, be sure to
tag them below.
- [x] Make sure the PR title follows the Conventional Commits standard.
(https://www.conventionalcommits.org for more info)
- [x] Make sure to include your GitHub username prefixed with @ inside
parentheses at the end of the PR title.

<!-- label(optional scope): pull request title (@your_github_username)
-->

<!-- I know I know they seem boring but please do them, they help us and
you will find out it also helps you.-->

Closes #

Theme Screenshots : 
<img width="1484" height="766" alt="2025-12-14_23-51-42"
src="https://github.com/user-attachments/assets/94d9d9dd-37b9-42f0-8930-b75aeb35c913"
/>

<img width="1484" height="766" alt="2025-12-14_23-53-11"
src="https://github.com/user-attachments/assets/995532d3-b6dc-4f19-b9a1-4b8704d8330b"
/>


<!-- the issue(s) your PR resolves if any (delete if that is not the
case) -->
<!-- please also reference any issues and or PRs related to your pull
request -->
<!-- Also remove it if you are not following any issues. -->

<!-- pro tip: you can mention an issue, PR, or discussion on GitHub by
referencing its hash number e.g:
[#1234](https://github.com/monkeytypegame/monkeytype/pull/1234) -->

<!-- pro tip: you can press . (dot or period) in the code tab of any
GitHub repo to get access to GitHub's VS Code web editor Enjoy! :) -->

Co-authored-by: Asif Malik <aasifmalik22789@gmail.com>
Co-authored-by: Christian Fehmer <fehmer@users.noreply.github.com>
2025-12-14 22:07:22 +01:00
..
80s_after_dark.css Added sub alt color, fixed various styling inconsistencies (#2804) 2022-04-07 22:04:43 +02:00
8008.css fix: 8008 theme duplicate sub-alt-color (@tboex) (#6879) 2025-08-14 11:16:03 +02:00
9009.css style: fix some themes not working well with the new header menu 2024-08-21 11:27:49 +02:00
aether.css style: fix some themes not working well with the new header menu 2024-08-21 11:27:49 +02:00
alduin.css Added sub alt color, fixed various styling inconsistencies (#2804) 2022-04-07 22:04:43 +02:00
alpine.css Added sub alt color, fixed various styling inconsistencies (#2804) 2022-04-07 22:04:43 +02:00
anti_hero.css feat(theme): add anti hero theme (mizaagi) (#5018) 2024-02-26 13:53:37 +01:00
arch.css Added sub alt color, fixed various styling inconsistencies (#2804) 2022-04-07 22:04:43 +02:00
aurora.css fix(theme): inconsistent/unreadable styling on settings page when using phantom theme (@fehmer) (#6446) 2025-04-17 14:31:56 +02:00
beach.css style: fix some themes not working well with the new header menu 2024-08-21 11:27:49 +02:00
bento.css Added sub alt color, fixed various styling inconsistencies (#2804) 2022-04-07 22:04:43 +02:00
bingsu.css refactor: use nav instead of a div 2023-09-19 23:53:13 +01:00
bliss.css Added sub alt color, fixed various styling inconsistencies (#2804) 2022-04-07 22:04:43 +02:00
blue_dolphin.css Changed the colorful mode error colour to be more readable for the blue dolphin theme (#3433) seieeshb 2022-08-24 12:41:33 +02:00
blueberry_dark.css refactor: use id instead of class 2023-09-23 12:17:49 +01:00
blueberry_light.css refactor: use id instead of class 2023-09-23 12:17:49 +01:00
botanical.css Added sub alt color, fixed various styling inconsistencies (#2804) 2022-04-07 22:04:43 +02:00
bouquet.css Added sub alt color, fixed various styling inconsistencies (#2804) 2022-04-07 22:04:43 +02:00
breeze.css Breeze Theme (#4032) trevorwrightdev 2023-03-01 10:45:33 +01:00
bushido.css Added sub alt color, fixed various styling inconsistencies (#2804) 2022-04-07 22:04:43 +02:00
cafe.css Added sub alt color, fixed various styling inconsistencies (#2804) 2022-04-07 22:04:43 +02:00
camping.css refactor: use id instead of class 2023-09-23 12:17:49 +01:00
carbon.css Added sub alt color, fixed various styling inconsistencies (#2804) 2022-04-07 22:04:43 +02:00
catppuccin.css impr(theme): update catppuccin (refact0r) (#5247) 2024-03-25 12:53:27 +01:00
chaos_theory.css chore: prettier upgrade (@miodec) (#7159) 2025-11-27 00:20:09 +01:00
cheesecake.css refactor: use id instead of class 2023-09-23 12:17:49 +01:00
cherry_blossom.css added cherry blossom theme (#4057) mushytoast 2023-03-10 14:22:42 +01:00
comfy.css Added sub alt color, fixed various styling inconsistencies (#2804) 2022-04-07 22:04:43 +02:00
copper.css Added sub alt color, fixed various styling inconsistencies (#2804) 2022-04-07 22:04:43 +02:00
creamsicle.css Added sub alt color, fixed various styling inconsistencies (#2804) 2022-04-07 22:04:43 +02:00
cy_red.css feat(themes): add cy red (StickminBruv) (#5375) 2024-05-13 11:48:32 +02:00
cyberspace.css Added sub alt color, fixed various styling inconsistencies (#2804) 2022-04-07 22:04:43 +02:00
dark.css Added sub alt color, fixed various styling inconsistencies (#2804) 2022-04-07 22:04:43 +02:00
dark_magic_girl.css Changed dark magic girl caret color for visibility issues (#3050) wizpizz 2022-06-01 17:18:37 +02:00
dark_note.css fix(theme): duplicate definition of fadeIn animation in dark note theme (@fehmer) (#7205) 2025-12-10 11:11:00 +01:00
darling.css chore: correct usage of font family (@fehmer) (#6793) 2025-07-28 15:45:34 +02:00
deku.css Added sub alt color, fixed various styling inconsistencies (#2804) 2022-04-07 22:04:43 +02:00
desert_oasis.css style: fix some themes not working well with the new header menu 2024-08-21 11:27:49 +02:00
dev.css Added sub alt color, fixed various styling inconsistencies (#2804) 2022-04-07 22:04:43 +02:00
diner.css Added sub alt color, fixed various styling inconsistencies (#2804) 2022-04-07 22:04:43 +02:00
dino.css updated dino theme 2022-05-16 18:53:58 +02:00
discord.css feat(theme): add discord (sithydev) (#5297) 2024-04-12 11:12:11 +02:00
dmg.css chore: prettier upgrade (@miodec) (#7159) 2025-11-27 00:20:09 +01:00
dollar.css Added sub alt color, fixed various styling inconsistencies (#2804) 2022-04-07 22:04:43 +02:00
dots.css chore: prettier upgrade (@miodec) (#7159) 2025-11-27 00:20:09 +01:00
dracula.css style: fix some themes not working well with the new header menu 2024-08-21 11:27:49 +02:00
drowning.css Added sub alt color, fixed various styling inconsistencies (#2804) 2022-04-07 22:04:43 +02:00
dualshot.css style: fix some themes not working well with the new header menu 2024-08-21 11:27:49 +02:00
earthsong.css Adding new theme earthsong and fixing typo on THEMES.md (#3756) Guillermo-N 2022-11-21 13:24:48 +01:00
everblush.css Created Everblush theme (#4211) tuzu128 2023-04-24 16:05:11 +02:00
evil_eye.css Added sub alt color, fixed various styling inconsistencies (#2804) 2022-04-07 22:04:43 +02:00
ez_mode.css chore: remove dead leaderboards code 2025-09-10 12:26:25 +02:00
fire.css fix(theme): inconsistent/unreadable styling on settings page when using phantom theme (@fehmer) (#6446) 2025-04-17 14:31:56 +02:00
fledgling.css Added sub alt color, fixed various styling inconsistencies (#2804) 2022-04-07 22:04:43 +02:00
fleuriste.css refactor: use nav instead of a div 2023-09-19 23:53:13 +01:00
floret.css refactor: run prettier (#5419) 2024-05-20 12:26:39 +02:00
froyo.css style: fix some themes not working well with the new header menu 2024-08-21 11:27:49 +02:00
frozen_llama.css Added sub alt color, fixed various styling inconsistencies (#2804) 2022-04-07 22:04:43 +02:00
fruit_chew.css style: fix some themes not working well with the new header menu 2024-08-21 11:27:49 +02:00
fundamentals.css refactor: use id instead of class 2023-09-23 12:17:49 +01:00
future_funk.css style: fix some themes not working well with the new header menu 2024-08-21 11:27:49 +02:00
github.css feat(theme): add github (@KevinRnbrg) (#6193) 2025-02-03 15:05:47 +01:00
godspeed.css Added sub alt color, fixed various styling inconsistencies (#2804) 2022-04-07 22:04:43 +02:00
graen.css style: fix some themes not working well with the new header menu 2024-08-21 11:27:49 +02:00
grand_prix.css Added sub alt color, fixed various styling inconsistencies (#2804) 2022-04-07 22:04:43 +02:00
grape.css fix(theme): inconsistent/unreadable styling on settings page when using phantom theme (@fehmer) (#6446) 2025-04-17 14:31:56 +02:00
gruvbox_dark.css Added sub alt color, fixed various styling inconsistencies (#2804) 2022-04-07 22:04:43 +02:00
gruvbox_light.css Added sub alt color, fixed various styling inconsistencies (#2804) 2022-04-07 22:04:43 +02:00
hammerhead.css Added sub alt color, fixed various styling inconsistencies (#2804) 2022-04-07 22:04:43 +02:00
hanok.css Added sub alt color, fixed various styling inconsistencies (#2804) 2022-04-07 22:04:43 +02:00
hedge.css add hedge theme (#3137) devkennyy 2022-06-16 11:37:31 +02:00
honey.css updated sub alt color 2022-04-08 22:22:32 +02:00
horizon.css style: fix some themes not working well with the new header menu 2024-08-21 11:27:49 +02:00
husqy.css refactor: live stats (#5352) 2024-05-02 17:33:17 +02:00
iceberg_dark.css Added sub alt color, fixed various styling inconsistencies (#2804) 2022-04-07 22:04:43 +02:00
iceberg_light.css Added sub alt color, fixed various styling inconsistencies (#2804) 2022-04-07 22:04:43 +02:00
incognito.css fix(themes): clipped logo letters in some themes (@byseif21) (#6745) 2025-07-25 14:32:24 +02:00
ishtar.css refactor: use id instead of class 2023-09-23 12:17:49 +01:00
iv_clover.css New Theme : iv (#3540) riyuzenn 2022-09-26 11:26:32 +02:00
iv_spade.css New Theme : iv (#3540) riyuzenn 2022-09-26 11:26:32 +02:00
joker.css Added sub alt color, fixed various styling inconsistencies (#2804) 2022-04-07 22:04:43 +02:00
laser.css Added sub alt color, fixed various styling inconsistencies (#2804) 2022-04-07 22:04:43 +02:00
lavender.css chore: prettier upgrade (@miodec) (#7159) 2025-11-27 00:20:09 +01:00
leather.css Added sub alt color, fixed various styling inconsistencies (#2804) 2022-04-07 22:04:43 +02:00
lil_dragon.css refactor: use nav instead of a div 2023-09-19 23:53:13 +01:00
lilac_mist.css chore: remove opacity 2025-08-24 13:52:45 +02:00
lime.css Added sub alt color, fixed various styling inconsistencies (#2804) 2022-04-07 22:04:43 +02:00
luna.css Added sub alt color, fixed various styling inconsistencies (#2804) 2022-04-07 22:04:43 +02:00
macroblank.css refactor: pretty fix 2024-02-22 13:07:28 +01:00
magic_girl.css Added sub alt color, fixed various styling inconsistencies (#2804) 2022-04-07 22:04:43 +02:00
mashu.css Added sub alt color, fixed various styling inconsistencies (#2804) 2022-04-07 22:04:43 +02:00
matcha_moccha.css Added sub alt color, fixed various styling inconsistencies (#2804) 2022-04-07 22:04:43 +02:00
material.css Added sub alt color, fixed various styling inconsistencies (#2804) 2022-04-07 22:04:43 +02:00
matrix.css refactor: live stats (#5352) 2024-05-02 17:33:17 +02:00
menthol.css Added sub alt color, fixed various styling inconsistencies (#2804) 2022-04-07 22:04:43 +02:00
metaverse.css Added sub alt color, fixed various styling inconsistencies (#2804) 2022-04-07 22:04:43 +02:00
metropolis.css style: fix some themes not working well with the new header menu 2024-08-21 11:27:49 +02:00
mexican.css fix: mexican theme sub alt color (@fehmer) (#5552) 2024-07-02 22:58:51 +02:00
miami.css Added sub alt color, fixed various styling inconsistencies (#2804) 2022-04-07 22:04:43 +02:00
miami_nights.css Added sub alt color, fixed various styling inconsistencies (#2804) 2022-04-07 22:04:43 +02:00
midnight.css Added sub alt color, fixed various styling inconsistencies (#2804) 2022-04-07 22:04:43 +02:00
milkshake.css style: fix some themes not working well with the new header menu 2024-08-21 11:27:49 +02:00
mint.css Added sub alt color, fixed various styling inconsistencies (#2804) 2022-04-07 22:04:43 +02:00
mizu.css Added sub alt color, fixed various styling inconsistencies (#2804) 2022-04-07 22:04:43 +02:00
modern_dolch.css Added sub alt color, fixed various styling inconsistencies (#2804) 2022-04-07 22:04:43 +02:00
modern_dolch_light.css style: fix modern dolch light low contrast 2023-09-26 13:58:44 +01:00
modern_ink.css refactor: use nav instead of a div 2023-09-19 23:53:13 +01:00
monokai.css Added sub alt color, fixed various styling inconsistencies (#2804) 2022-04-07 22:04:43 +02:00
moonlight.css chore: prettier upgrade (@miodec) (#7159) 2025-11-27 00:20:09 +01:00
mountain.css Added sub alt color, fixed various styling inconsistencies (#2804) 2022-04-07 22:04:43 +02:00
mr_sleeves.css refactor: use id instead of class 2023-09-23 12:17:49 +01:00
ms_cupcakes.css fix(theme): adjust error colors in ms cupcakes theme 2025-03-17 12:20:46 +01:00
muted.css Added sub alt color, fixed various styling inconsistencies (#2804) 2022-04-07 22:04:43 +02:00
nautilus.css Added sub alt color, fixed various styling inconsistencies (#2804) 2022-04-07 22:04:43 +02:00
nebula.css Added sub alt color, fixed various styling inconsistencies (#2804) 2022-04-07 22:04:43 +02:00
night_runner.css Added sub alt color, fixed various styling inconsistencies (#2804) 2022-04-07 22:04:43 +02:00
nord.css Prettier fix (#4708) 2023-10-07 21:02:58 -04:00
nord_light.css Add nord light theme (#3978) ithelor 2023-02-07 11:29:14 +01:00
norse.css Added sub alt color, fixed various styling inconsistencies (#2804) 2022-04-07 22:04:43 +02:00
oblivion.css style: fix some themes not working well with the new header menu 2024-08-21 11:27:49 +02:00
olive.css Added sub alt color, fixed various styling inconsistencies (#2804) 2022-04-07 22:04:43 +02:00
olivia.css Added sub alt color, fixed various styling inconsistencies (#2804) 2022-04-07 22:04:43 +02:00
onedark.css Added sub alt color, fixed various styling inconsistencies (#2804) 2022-04-07 22:04:43 +02:00
our_theme.css Added sub alt color, fixed various styling inconsistencies (#2804) 2022-04-07 22:04:43 +02:00
pale_nimbus.css feat(theme): added pale_nimbus (@conner-mcnicholas) (#7055) 2025-11-12 12:11:00 +01:00
paper.css Added sub alt color, fixed various styling inconsistencies (#2804) 2022-04-07 22:04:43 +02:00
passion_fruit.css Added sub alt color, fixed various styling inconsistencies (#2804) 2022-04-07 22:04:43 +02:00
pastel.css Added sub alt color, fixed various styling inconsistencies (#2804) 2022-04-07 22:04:43 +02:00
peach_blossom.css Fix prettier issues (#3078) 2022-06-07 12:02:03 -04:00
peaches.css Added sub alt color, fixed various styling inconsistencies (#2804) 2022-04-07 22:04:43 +02:00
phantom.css chore: prettier upgrade (@miodec) (#7159) 2025-11-27 00:20:09 +01:00
pink_lemonade.css Added sub alt color, fixed various styling inconsistencies (#2804) 2022-04-07 22:04:43 +02:00
pulse.css Added sub alt color, fixed various styling inconsistencies (#2804) 2022-04-07 22:04:43 +02:00
purpleish.css impr(themes): update nord and purpurite (ehanahamed) (#4668) 2023-10-02 15:42:25 +01:00
rainbow_trail.css chore: prettier upgrade (@miodec) (#7159) 2025-11-27 00:20:09 +01:00
red_dragon.css Added sub alt color, fixed various styling inconsistencies (#2804) 2022-04-07 22:04:43 +02:00
red_samurai.css Added sub alt color, fixed various styling inconsistencies (#2804) 2022-04-07 22:04:43 +02:00
repose_dark.css Added sub alt color, fixed various styling inconsistencies (#2804) 2022-04-07 22:04:43 +02:00
repose_light.css Added sub alt color, fixed various styling inconsistencies (#2804) 2022-04-07 22:04:43 +02:00
retro.css Added sub alt color, fixed various styling inconsistencies (#2804) 2022-04-07 22:04:43 +02:00
retrocast.css style: fix some themes not working well with the new header menu 2024-08-21 11:27:49 +02:00
rgb.css fix(theme): inconsistent/unreadable styling on settings page when using phantom theme (@fehmer) (#6446) 2025-04-17 14:31:56 +02:00
rose_pine.css Added sub alt color, fixed various styling inconsistencies (#2804) 2022-04-07 22:04:43 +02:00
rose_pine_dawn.css Added sub alt color, fixed various styling inconsistencies (#2804) 2022-04-07 22:04:43 +02:00
rose_pine_moon.css Added sub alt color, fixed various styling inconsistencies (#2804) 2022-04-07 22:04:43 +02:00
rudy.css Added sub alt color, fixed various styling inconsistencies (#2804) 2022-04-07 22:04:43 +02:00
ryujinscales.css Added sub alt color, fixed various styling inconsistencies (#2804) 2022-04-07 22:04:43 +02:00
serika.css Added sub alt color, fixed various styling inconsistencies (#2804) 2022-04-07 22:04:43 +02:00
serika_dark.css Added sub alt color, fixed various styling inconsistencies (#2804) 2022-04-07 22:04:43 +02:00
sewing_tin.css style: fix some themes not working well with the new header menu 2024-08-21 11:27:49 +02:00
sewing_tin_light.css fix(themes): clipped logo letters in some themes (@byseif21) (#6745) 2025-07-25 14:32:24 +02:00
shadow.css fix(theme): inconsistent/unreadable styling on settings page when using phantom theme (@fehmer) (#6446) 2025-04-17 14:31:56 +02:00
shoko.css Added sub alt color, fixed various styling inconsistencies (#2804) 2022-04-07 22:04:43 +02:00
slambook.css Prettier fix (#4006) 2023-02-18 19:28:19 -05:00
snes.css chore: prettier upgrade (@miodec) (#7159) 2025-11-27 00:20:09 +01:00
soaring_skies.css Added sub alt color, fixed various styling inconsistencies (#2804) 2022-04-07 22:04:43 +02:00
solarized_dark.css Added sub alt color, fixed various styling inconsistencies (#2804) 2022-04-07 22:04:43 +02:00
solarized_light.css Added sub alt color, fixed various styling inconsistencies (#2804) 2022-04-07 22:04:43 +02:00
solarized_osaka.css feat(theme): add solarized osaka (@H4-MM-3R) (#6287) 2025-02-27 11:29:16 +01:00
sonokai.css Added sub alt color, fixed various styling inconsistencies (#2804) 2022-04-07 22:04:43 +02:00
spiderman.css feat(theme): add spiderman theme (@asifMalik78) (#7240) 2025-12-14 22:07:22 +01:00
stealth.css refactor: live stats (#5352) 2024-05-02 17:33:17 +02:00
strawberry.css Added sub alt color, fixed various styling inconsistencies (#2804) 2022-04-07 22:04:43 +02:00
striker.css Added sub alt color, fixed various styling inconsistencies (#2804) 2022-04-07 22:04:43 +02:00
suisei.css fix(themes): clipped logo letters in some themes (@byseif21) (#6745) 2025-07-25 14:32:24 +02:00
sunset.css feat(theme): add sunset theme (@catdogdonkey) (#6467) 2025-04-19 13:43:31 +02:00
superuser.css Added sub alt color, fixed various styling inconsistencies (#2804) 2022-04-07 22:04:43 +02:00
sweden.css Added sub alt color, fixed various styling inconsistencies (#2804) 2022-04-07 22:04:43 +02:00
tangerine.css refactor: run prettier (#5077) 2024-02-18 01:52:41 +01:00
taro.css chore: prettier upgrade (@miodec) (#7159) 2025-11-27 00:20:09 +01:00
terminal.css Added sub alt color, fixed various styling inconsistencies (#2804) 2022-04-07 22:04:43 +02:00
terra.css Added sub alt color, fixed various styling inconsistencies (#2804) 2022-04-07 22:04:43 +02:00
terrazzo.css chore: prettier upgrade (@miodec) (#7159) 2025-11-27 00:20:09 +01:00
terror_below.css Added sub alt color, fixed various styling inconsistencies (#2804) 2022-04-07 22:04:43 +02:00
tiramisu.css Added sub alt color, fixed various styling inconsistencies (#2804) 2022-04-07 22:04:43 +02:00
trackday.css style: fix some themes not working well with the new header menu 2024-08-21 11:27:49 +02:00
trance.css fix(theme): inconsistent/unreadable styling on settings page when using phantom theme (@fehmer) (#6446) 2025-04-17 14:31:56 +02:00
tron_orange.css Fix prettier issues (#3078) 2022-06-07 12:02:03 -04:00
vaporwave.css Added sub alt color, fixed various styling inconsistencies (#2804) 2022-04-07 22:04:43 +02:00
vesper.css feat(theme): add Vesper Light (@SameerJS6) (#7040) 2025-11-13 15:34:51 +01:00
vesper_light.css feat(theme): add Vesper Light (@SameerJS6) (#7040) 2025-11-13 15:34:51 +01:00
viridescent.css Hide favourite quote button for unauthenticated user (#3709) Prajwalrajbasnet 2022-10-31 14:49:25 +01:00
voc.css Added sub alt color, fixed various styling inconsistencies (#2804) 2022-04-07 22:04:43 +02:00
vscode.css Added sub alt color, fixed various styling inconsistencies (#2804) 2022-04-07 22:04:43 +02:00
watermelon.css Added sub alt color, fixed various styling inconsistencies (#2804) 2022-04-07 22:04:43 +02:00
wavez.css Added sub alt color, fixed various styling inconsistencies (#2804) 2022-04-07 22:04:43 +02:00
witch_girl.css Added sub alt color, fixed various styling inconsistencies (#2804) 2022-04-07 22:04:43 +02:00