Fixed bug in the PCSC extension and added more Doxygen documentation to all extensions. (0.41.8)
This commit is contained in:
parent
be590414af
commit
1016ebab51
9 changed files with 598 additions and 134 deletions
|
|
@ -2,6 +2,7 @@
|
|||
# Only the main Sass file needs front matter (the dashes are enough)
|
||||
---
|
||||
@charset "utf-8";
|
||||
@use "sass:color";
|
||||
$base-font-family: "CPS";
|
||||
$base-font-size: 16px;
|
||||
$small-font-size: $base-font-size * 0.875;
|
||||
|
|
@ -16,7 +17,7 @@ $headline-color: #bc6c21; //#b40000;
|
|||
$hover-color: #bc6c21;
|
||||
$topbutton-color: $headline-color;
|
||||
$brand-color: #6d0076;
|
||||
$brand-color-light: lighten($brand-color, 40%);
|
||||
$brand-color-light: #ed14ff;
|
||||
$grey-color: #828282;
|
||||
$grey-color-light: #e8e8e8;
|
||||
$grey-color-dark: #dbdbdb;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue