Skip to content

Commit

Permalink
update city slides
Browse files Browse the repository at this point in the history
  • Loading branch information
nicucalcea committed Sep 23, 2024
1 parent 3bf3057 commit 29bded8
Show file tree
Hide file tree
Showing 34 changed files with 1,614 additions and 3,536 deletions.
37 changes: 37 additions & 0 deletions city/css/nicu.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
/**
* nicu.md custom theme
*
* Copyright (C) Nicu Calcea
*/

/*-- scss:defaults --*/

// Include theme-specific fonts
@import url(https://fonts.googleapis.com/css2?family=Domine:[email protected]&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Domine:wght@700&family=Roboto&display=swap);

// Override theme settings
$body-bg: #18181b !default;
$body-color: #f4f4f5 !default; // from settings.scss

$font-family-sans-serif: "Roboto", sans-serif !default;
$presentation-heading-font: "Domine", sans-serif !default;
$presentation-heading-text-shadow: none !default;
$presentation-heading-letter-spacing: -0.03em !default;
$presentation-heading-text-transform: none !default;
$selection-bg: #f4f4f5 !default;

// Change text colors against light slide backgrounds
$light-bg-text-color: #222 !default;

// input panel
$input-panel-bg: rgba(233, 236, 239, 0.2) !default;

// code blocks
$code-block-bg: transparent !default;

// links
$link-color: #f4f4f5 !default;
a {
text-decoration: underline !important;
}
Loading

0 comments on commit 29bded8

Please sign in to comment.