Skip to content

Commit

Permalink
Look and feel personalization.
Browse files Browse the repository at this point in the history
  • Loading branch information
nigini committed Dec 28, 2023
1 parent a68b3e7 commit 39e432d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
Binary file added app/static/me.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 11 additions & 1 deletion data/_theme.scss
Original file line number Diff line number Diff line change
@@ -1 +1,11 @@
// override vars for theming here
$font-stack: "Inconsolata", monospace;
$background: #ffff;
$light-background: #f8f9fa;
$text-color: #0d1e2d;
$primary-color: #1d781d;
$secondary-color: #781D78;
$form-background-color: #f8f9fa;
$form-text-color: #0d1e2d;
$muted-color: #555; // solarized comment text
$primary-button-text-color: #f8f9fa;
$code-highlight-background: #f0f0f0;

0 comments on commit 39e432d

Please sign in to comment.