Skip to content

Commit

Permalink
Update tfstyle.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-dvorak authored Feb 20, 2024
1 parent 30bc603 commit 0cb96b0
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions _sass/color_schemes/tfstyle.scss
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
$body-background-color: #333333;
$body-heading-color: #666666;
$body-text-color: #333333;
// $body-background-color: #333333;
//$body-heading-color: #666666;
//$body-text-color: #333333;
$link-color: #f3e5f5;
$nav-child-link-color: #333333;
$sidebar-color: #373a40;
$base-button-color: #f7f7f7;
$btn-primary-color: #ce93d8;
//$base-button-color: #f7f7f7;
//$btn-primary-color: #ce93d8;
$code-background-color: #f5f5f5;
$feedback-color: darken(#373a40, 3%); // Tento řádek vyžaduje speciální zpracování
$table-background-color: #ffffff;
$search-background-color: #ffffff;
$search-result-preview-color: #212121;
//$table-background-color: #ffffff;
//$search-background-color: #ffffff;
//$search-result-preview-color: #212121;

0 comments on commit 0cb96b0

Please sign in to comment.