mirror of
https://github.com/geoffsee/open-gsio.git
synced 2025-09-08 22:56:46 +00:00
change semantics
Update README deployment steps and add deploy:secrets script to package.json update local inference script and README update lockfile reconfigure package scripts for development update test execution pass server tests Update README with revised Bun commands and workspace details remove pnpm package manager designator create bun server
This commit is contained in:

committed by
Geoff Seemueller

parent
1055cda2f1
commit
497eb22ad8
21
packages/client/src/layout/Layout.css
Normal file
21
packages/client/src/layout/Layout.css
Normal file
@@ -0,0 +1,21 @@
|
||||
/* CSS for people who'd rather be coding */
|
||||
|
||||
* {
|
||||
box-sizing: border-box; /* Because guessing sizes is for amateurs */
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
color: #fffff0; /* White, like the light at the end of a dark terminal */
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: #c0c0c0; /* Light gray, like the reflections of your code */
|
||||
}
|
||||
|
||||
/* Media query, because even I have standards */
|
||||
@media (max-width: 600px) {
|
||||
body {
|
||||
font-size: 14px; /* For ants */
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user