Skip to content

Commit

Permalink
Merge pull request #9 from nhs-r-community/quarto-slides
Browse files Browse the repository at this point in the history
Added quarto break slide and css file
  • Loading branch information
Lextuga007 authored Feb 25, 2024
2 parents 7b5f895 + 75db694 commit f7cdafe
Show file tree
Hide file tree
Showing 3 changed files with 2,933 additions and 0 deletions.
59 changes: 59 additions & 0 deletions quarto-slides/nhsr-quarto.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
/*-- scss:defaults --*/

$body-color: #000;
$link-color: #8A1538;
$body-bg: #FFF;
$code-block-bg: #FFF;
$code-bg: #FFF;
$dark-bg-text-color: #FFF;
$dark-bg-link-color: #FFF;

@import 'https://fonts.googleapis.com/css?family=Lato';

h1, h2, h3, h4, p {
font-family: 'Lato', Arial, sans-serif;
}

h1, h2 {
color: #005EB8;
text-align: center;
}

/*-- scss:rules --*/

.container{
display: flex;
}

.col{
flex: 1;
}

.reveal .slide blockquote {
border-left: 3px solid $text-muted;
padding-left: 0.5em;
}

.reveal .footer {
color: #005EB8;
font-family: 'Lato', Arial, sans-serif;
padding-bottom: 25px;
}

.reveal .slide-menu-button {
left: 100px;
top: 30px;
padding-left: 20px;
color: #005EB8;
}

.reveal .progress {
background: #FFF;
color: #005EB8;
height: 2%;
}

.reveal section h2 {
color: #005EB8;
}

Loading

0 comments on commit f7cdafe

Please sign in to comment.