Browse Source

Update README: style.css description

Achilleas Koutsou 4 years ago
parent
commit
0b2f80009f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -4,6 +4,8 @@ This repository contains two presentations
 - [Basics](#basics): A slideshow and demonstration script for Git basics, explaining file states and file state transitions.
 - [Porcelain and plumbing](#porcelain-and-plumbing): A slideshow exploring Git internals with the use of git *plumbing* commands.
 
+The [custom stylesheet](./style.css) in the root of the repository is used by both slide decks for theming tweaks.
+
 
 ## Basics
 
@@ -42,8 +44,6 @@ Slides are written in markdown and were presented using [reveal-md](http://webpr
 reveal-md ./porcelain-and-plumbing/slides.md
 ```
 
-The header in [slides file](./porcelain-and-plumbing/slides.md) sets the black theme and sets a few modifications found in the [custom stylesheet](./style.css) by default.
-
 ### Notes
 
 Some presentation notes can be found in the [notes file](./porcelain-and-plumbing/notes.md).  This includes notes and thoughts that were added to the presentation as well as ideas that were not included for time and complexity.  It may, in the future, turn into a more coherent accompanying text for the talk.