-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
1,749 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
/** | ||
* Black theme for reveal.js. | ||
* | ||
* Copyright (C) 2011-2012 Hakim El Hattab, http://hakim.se | ||
* | ||
* Adapted for Quarto by Posit, PBC | ||
* Copyright (C) 2024 Posit, PBC | ||
*/ | ||
|
||
/*-- scss:defaults --*/ | ||
|
||
//Tamaño fuentes | ||
// https://emtopx.com/rem-to-pt/ | ||
// $font-size-root: 14px !default; | ||
// $h1-font-size: 32px !default; | ||
// $h2-font-size: 24px !default; | ||
$font-size-root: 12px !default; | ||
|
||
// colors | ||
$body-bg: #ffffff !default; | ||
$body-color: #000 !default; | ||
$link-color: #51483d !default; | ||
$selection-bg: #26351c !default; | ||
$light-bg-text-color: #0477BF !default; | ||
$dark-bg-text-color: #0477BF !default; | ||
|
||
// headings | ||
$presentation-heading-color: #0477BF !default; | ||
// $presentation-heading-color: #0477BF !default; | ||
|
||
/*-- scss:rules --*/ | ||
|
||
.reveal a { | ||
line-height: 1.3em; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
.reveal .slide-logo { | ||
height: 100px !important; | ||
width: 100px !important; | ||
max-width: unset !important; | ||
max-height: unset !important; | ||
} | ||
|
||
.reveal .slides { | ||
font-size: 70%; /* Reduce el tamaño del texto al 80% */ | ||
} | ||
|
||
.reveal h1, .reveal h2, .reveal h3 { | ||
margin-top: 40px; | ||
margin-bottom: 30px; | ||
} |
Oops, something went wrong.