The two-factor stylesheets were carried over from the Pro edition and referenced CSS custom properties from its theme system, which this edition does not define. They silently fell back to browser defaults.
19 lines
390 B
SCSS
19 lines
390 B
SCSS
/*!
|
|
* Copyright (c) 2024 PLANKA Software GmbH
|
|
* Licensed under the Fair Use License: https://github.com/plankanban/planka/blob/master/LICENSE.md
|
|
*/
|
|
|
|
:global(#app) {
|
|
.intro {
|
|
color: #444444;
|
|
margin-bottom: 16px;
|
|
}
|
|
|
|
.codeInput {
|
|
font-family: 'JetBrains Mono', 'Menlo', 'Courier New', monospace;
|
|
font-size: 18px;
|
|
letter-spacing: 2px;
|
|
text-align: center;
|
|
}
|
|
}
|