Skip to content

Commit 420a62d

Browse files
committed
Update stylesheets in session files and add new syntax highlighting theme
1 parent 8585a25 commit 420a62d

File tree

5 files changed

+162
-64
lines changed

5 files changed

+162
-64
lines changed

content/sesion01/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<title>Sesión 01 OOP - Python Study Group</title>
77
<link rel="stylesheet" href="../../dist/reveal.css">
88
<link rel="stylesheet" href="../../dist/theme/black.css" id="theme">
9-
<link rel="stylesheet" href="../../plugin/highlight/dracula.css">
9+
<link rel="stylesheet" href="../../plugin/highlight/atom-one-dark-reasonable.css">
1010
<link rel="stylesheet" href="../../plugin/pointer/pointer.css" />
1111
<link rel="stylesheet" href="../custom.css">
1212
</head>

content/sesion02/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<title>Sesión 02 OOP - Python Study Group</title>
77
<link rel="stylesheet" href="../../dist/reveal.css">
88
<link rel="stylesheet" href="../../dist/theme/black.css" id="theme">
9-
<link rel="stylesheet" href="../../plugin/highlight/dracula.css">
9+
<link rel="stylesheet" href="../../plugin/highlight/atom-one-dark-reasonable.css">
1010
<link rel="stylesheet" href="../../plugin/pointer/pointer.css" />
1111
<link rel="stylesheet" href="../custom.css">
1212
</head>

0 commit comments

Comments
 (0)