mirror of
https://github.com/BorysLevytskyi/BitwiseCmd.git
synced 2025-12-10 06:52:05 +01:00
* Introduce bladerunner theme * Light neon glow * Fix build error * Different logo font and glow * Neon glow on hover * Make the theme to be easter egg * Toggle lights via header * Minor fixes * Fix lint errors
39 lines
723 B
CSS
39 lines
723 B
CSS
.settings-container {
|
|
padding: 20px;
|
|
display: inline-block;
|
|
}
|
|
|
|
.settings-container button {
|
|
text-decoration: none;
|
|
}
|
|
|
|
.settings-container button svg {
|
|
margin-right: 3px;
|
|
}
|
|
|
|
.settings-container .inner {
|
|
padding: 15px 20px;
|
|
border-radius: 5px;
|
|
width: 500px;
|
|
}
|
|
|
|
.settings-container h3 {
|
|
margin-top: 0;
|
|
}
|
|
|
|
.settings-container .description {
|
|
font-size: 0.85em;
|
|
padding: 0;
|
|
margin: 0;
|
|
padding-left: 40px;
|
|
opacity: 0.8;
|
|
}
|
|
|
|
.settings-container .setting {
|
|
margin-bottom: 10px;
|
|
}
|
|
/* Theme-specific overrides belong in src/index.css per AGENTS.md */
|
|
/* Ensure Settings aligns with centered layout */
|
|
.app-root.layout-centered #settings.settings-container { display: block; }
|
|
|