Skip to content

Commit d15c9ba

Browse files
committed
docs improvements
1 parent 46024d9 commit d15c9ba

2 files changed

Lines changed: 16 additions & 2 deletions

File tree

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ The context of the project is stored under `agents-context/` directory, it is do
1414
Think about it as a lead developer's main tool for guiding a team of AI agents.
1515
A Lead Developer's primary responsibility is to ensure their team of engineers consistently moves in the right direction, making strategic decisions that benefit the entire project. By closely reviewing each engineer's progress before a feature is completed, the lead developer can identify potential issues early, address them proactively, and guarantee that the final product meets the highest standards of quality and reliability.
1616

17-
See [Recomendations for Development with `lead-dev-os`](#recomendations-for-development-with-lead-dev-os) for more details.
18-
1917
## Key Principles & Concepts
2018

2119
### Spec-Driven Development

docs/_sass/custom/custom.scss

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
// Fix blurry inline code in dark theme tables
2+
code {
3+
background-color: rgba(255, 255, 255, 0.1) !important;
4+
color: #e6e6e6 !important;
5+
border: 1px solid rgba(255, 255, 255, 0.15);
6+
padding: 0.1em 0.4em;
7+
font-size: 0.85em;
8+
-webkit-font-smoothing: antialiased;
9+
-moz-osx-font-smoothing: grayscale;
10+
}
11+
12+
// Ensure table code stands out clearly
13+
td code,
14+
th code {
15+
white-space: nowrap;
16+
}

0 commit comments

Comments
 (0)