Complete Next.js application for managing OBS Source Switcher - Stream management with multiple screen layouts - Team management CRUD operations - SQLite database integration - OBS WebSocket API integration - Updated to latest versions (Next.js 15.4.1, React 19.1.0, Tailwind CSS 4.0.0) - Enhanced .gitignore for privacy and development
10 lines
No EOL
188 B
CSS
10 lines
No EOL
188 B
CSS
.linkButton {
|
|
padding: 10px 20px;
|
|
background: #0070f3;
|
|
color: #fff;
|
|
text-decoration: none;
|
|
border-radius: 5px;
|
|
display: inline-block;
|
|
text-align: center;
|
|
}
|
|
|