6989a98d75
- Arkitektur: docs/auth/passwordless-architecture.md - Backend: iom/quixzoom-auth-service/ (FastAPI + Redis) - Webb: quixzoom-market-pages/se/login/ (QR-kod + polling) - App: iom/quixzoom-app/src/features/auth/ (push + deep links) Flöde: QR-kod → app-godkännande → webb-inloggad
84 lines
978 B
CSS
84 lines
978 B
CSS
/*
|
|
|
|
Qt Creator light color scheme
|
|
|
|
*/
|
|
|
|
|
|
.hljs {
|
|
display: block;
|
|
overflow-x: auto;
|
|
padding: 0.5em;
|
|
background: #ffffff;
|
|
}
|
|
|
|
.hljs,
|
|
.hljs-subst,
|
|
.hljs-tag,
|
|
.hljs-title {
|
|
color: #000000;
|
|
}
|
|
|
|
.hljs-strong,
|
|
.hljs-emphasis {
|
|
color: #000000;
|
|
}
|
|
|
|
.hljs-bullet,
|
|
.hljs-quote,
|
|
.hljs-number,
|
|
.hljs-regexp,
|
|
.hljs-literal {
|
|
color: #000080;
|
|
}
|
|
|
|
.hljs-code
|
|
.hljs-selector-class {
|
|
color: #800080;
|
|
}
|
|
|
|
.hljs-emphasis,
|
|
.hljs-stronge,
|
|
.hljs-type {
|
|
font-style: italic;
|
|
}
|
|
|
|
.hljs-keyword,
|
|
.hljs-selector-tag,
|
|
.hljs-function,
|
|
.hljs-section,
|
|
.hljs-symbol,
|
|
.hljs-name {
|
|
color: #808000;
|
|
}
|
|
|
|
.hljs-attribute {
|
|
color: #800000;
|
|
}
|
|
|
|
.hljs-variable,
|
|
.hljs-params,
|
|
.hljs-class .hljs-title {
|
|
color: #0055AF;
|
|
}
|
|
|
|
.hljs-string,
|
|
.hljs-selector-id,
|
|
.hljs-selector-attr,
|
|
.hljs-selector-pseudo,
|
|
.hljs-type,
|
|
.hljs-built_in,
|
|
.hljs-builtin-name,
|
|
.hljs-template-tag,
|
|
.hljs-template-variable,
|
|
.hljs-addition,
|
|
.hljs-link {
|
|
color: #008000;
|
|
}
|
|
|
|
.hljs-comment,
|
|
.hljs-meta,
|
|
.hljs-deletion {
|
|
color: #008000;
|
|
}
|