changes
This commit is contained in:
@@ -18,8 +18,8 @@
|
||||
:root {
|
||||
/* Light theme */
|
||||
--bg: #f5f7fa;
|
||||
--bg-alt: #ffffff;
|
||||
--card-bg: #ffffff;
|
||||
--bg-alt: #f5f7fa;
|
||||
--card-bg: #f5f7fa;
|
||||
--text: #000000;
|
||||
--text-muted: #1f2933;
|
||||
--accent: #2563eb; /* Indigo‑600 */
|
||||
@@ -37,7 +37,7 @@
|
||||
/* Dark mode (optional) */
|
||||
@media (prefers-color-scheme: dark) {
|
||||
:root {
|
||||
--bg: #0d1117;
|
||||
--bg: #161b22;
|
||||
--bg-alt: #161b22;
|
||||
--card-bg: #161b22;
|
||||
--text: #ffffff;
|
||||
@@ -127,7 +127,7 @@
|
||||
|
||||
#bereich-b .top {
|
||||
margin-top: 10px;
|
||||
height: 35px;
|
||||
/*height: 35px;*/
|
||||
display: grid;
|
||||
width: 100%;
|
||||
grid-template-columns: 100%;
|
||||
|
Reference in New Issue
Block a user