Compare commits
1 Commits
8e730af85d
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| 2c99544baf |
@@ -55,7 +55,7 @@ Frontend:
|
||||
- `RpgRoller/Components/WorkspaceQueryService.cs`: browser-facing read client for workspace data
|
||||
- `RpgRoller/wwwroot/js/rpgroller-api.js`: browser interop for auth forms, session storage, SSE wiring, and DOM helpers
|
||||
- `RpgRoller/wwwroot/styles.css`: app styling, light and dark theme variables, and responsive layout
|
||||
- `RpgRoller/wwwroot/images/light.png` and `RpgRoller/wwwroot/images/dark.png`: themed workspace background art
|
||||
- `RpgRoller/wwwroot/images/light.webp` and `RpgRoller/wwwroot/images/dark.webp`: themed workspace background art
|
||||
|
||||
Current repo note:
|
||||
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 2.1 MiB |
BIN
RpgRoller/wwwroot/images/dark.webp
Normal file
BIN
RpgRoller/wwwroot/images/dark.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 84 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 3.2 MiB |
BIN
RpgRoller/wwwroot/images/light.webp
Normal file
BIN
RpgRoller/wwwroot/images/light.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 258 KiB |
@@ -15,7 +15,7 @@
|
||||
--public: #2d6645;
|
||||
--private-self: #4f3a8f;
|
||||
--private-gm: #915119;
|
||||
--page-background: url("/images/light.png");
|
||||
--page-background: url("/images/light.webp");
|
||||
--card-strong: #fff8ea;
|
||||
--accent-dark: #2f4f34;
|
||||
--accent-2-hover: #6b2419;
|
||||
@@ -95,7 +95,7 @@
|
||||
--public: #78d08f;
|
||||
--private-self: #b9a0ff;
|
||||
--private-gm: #f0b16c;
|
||||
--page-background: url("/images/dark.png");
|
||||
--page-background: url("/images/dark.webp");
|
||||
--card-strong: rgba(13, 24, 39, 0.96);
|
||||
--accent-dark: #2d638f;
|
||||
--accent-2-hover: #ffd085;
|
||||
|
||||
Reference in New Issue
Block a user