Welcome to mirror list, hosted at ThFree Co, Russian Federation.

theming.css « css « theming « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2d43b528a95107467f8b48d609b1ff677210ca73 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* Error: Undefined variable.
 *    ,
 * 38 | $invert: luma($color-primary) > 0.6;
 *    |               ^^^^^^^^^^^^^^
 *    '
 *   apps/theming/css/theming.scss 38:15  root stylesheet */

body::before {
  font-family: "Source Code Pro", "SF Mono", Monaco, Inconsolata, "Fira Mono",
      "Droid Sans Mono", monospace, monospace;
  white-space: pre;
  display: block;
  padding: 1em;
  margin-bottom: 1em;
  border-bottom: 2px solid black;
  content: "Error: Undefined variable.\a    \2577 \a 38 \2502  $invert: luma($color-primary) > 0.6;\a    \2502                ^^^^^^^^^^^^^^\a    \2575 \a   apps/theming/css/theming.scss 38:15  root stylesheet";
}