:-'Generic Commit'
This commit is contained in:
@@ -60,24 +60,28 @@ std::string welcome_page() {
|
||||
}
|
||||
.endpoints {
|
||||
background: white;
|
||||
padding: 1.5rem;
|
||||
padding: 1.25rem;
|
||||
border-radius: 8px;
|
||||
margin-top: 2rem;
|
||||
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
|
||||
}
|
||||
.endpoints h2 {
|
||||
color: #2b6cb0;
|
||||
margin-top: 0;
|
||||
margin: 0 0 1rem 0;
|
||||
font-size: 1.5rem;
|
||||
}
|
||||
.endpoint-group {
|
||||
margin-bottom: 2rem;
|
||||
margin-bottom: 1.25rem;
|
||||
}
|
||||
.endpoint-group:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.endpoint-group h3 {
|
||||
color: #4a5568;
|
||||
font-size: 1.2rem;
|
||||
margin-bottom: 1rem;
|
||||
padding-bottom: 0.5rem;
|
||||
border-bottom: 2px solid #e2e8f0;
|
||||
font-size: 1.1rem;
|
||||
margin: 0 0 0.5rem 0;
|
||||
padding-bottom: 0.25rem;
|
||||
border-bottom: 1px solid #e2e8f0;
|
||||
}
|
||||
.endpoint-list {
|
||||
list-style: none;
|
||||
@@ -85,12 +89,13 @@ std::string welcome_page() {
|
||||
margin: 0;
|
||||
}
|
||||
.endpoint-list li {
|
||||
margin-bottom: 0.75rem;
|
||||
padding: 0.75rem;
|
||||
margin-bottom: 0.5rem;
|
||||
padding: 0.5rem;
|
||||
background: #f8fafc;
|
||||
border-radius: 6px;
|
||||
border-radius: 4px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
font-size: 0.95rem;
|
||||
}
|
||||
.endpoint-list li:last-child {
|
||||
margin-bottom: 0;
|
||||
@@ -99,14 +104,14 @@ std::string welcome_page() {
|
||||
font-weight: bold;
|
||||
color: #2b6cb0;
|
||||
margin-right: 0.5rem;
|
||||
min-width: 60px;
|
||||
min-width: 50px;
|
||||
}
|
||||
.endpoint-path {
|
||||
font-family: 'Courier New', Courier, monospace;
|
||||
background: #edf2f7;
|
||||
padding: 0.2rem 0.4rem;
|
||||
border-radius: 4px;
|
||||
margin-right: 1rem;
|
||||
padding: 0.15rem 0.3rem;
|
||||
border-radius: 3px;
|
||||
margin-right: 0.75rem;
|
||||
}
|
||||
.endpoint-desc {
|
||||
color: #4a5568;
|
||||
|
Reference in New Issue
Block a user