Skip to content

Commit fb5cf3d

Browse files
committed
Undoes docs changes
Just going to publish the solution and leave a description in the pull request.
1 parent 5f5dddd commit fb5cf3d

File tree

11 files changed

+3
-2233
lines changed

11 files changed

+3
-2233
lines changed

console.js

Lines changed: 0 additions & 903 deletions
This file was deleted.

docs/2019/day/16.md

Lines changed: 0 additions & 105 deletions
This file was deleted.

docs/_config.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,2 @@
11
theme: jekyll-theme-primer
22
google_analytics: "UA-103164724-3"
3-
4-
markdown: kramdown
5-
kramdown:
6-
parse_block_html: true

docs/_layouts/default.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
</head>
1111
<body>
1212
<header class="box-shadow py-3">
13-
<div class="container-md px-3">
13+
<div class="container-lg px-3">
1414
<a href="/{{ site.github.repository_name }}/" class="logo">Advent of Code</a>
1515
{% if page.title %}
1616
<h1 class="f3 ml-3 d-inline">{{ page.title }}</h1>
1717
{% endif %}
1818
</div>
1919
</header>
20-
<div class="container-md px-3 my-3 markdown-body">
20+
<div class="container-lg px-3 my-3 markdown-body">
2121

2222
{{ content }}
2323

docs/_plugins/js_sandbox.rb

Lines changed: 0 additions & 22 deletions
This file was deleted.

docs/assets/css/_variables.scss

Lines changed: 0 additions & 118 deletions
This file was deleted.

docs/assets/css/style.scss

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
details {
77
font-family: monospace;
88
font-size: 0.8rem;
9-
color: $gray-700;
9+
color: #444;
1010

1111
padding: 1rem;
1212
margin: 0 -1rem;
@@ -27,12 +27,6 @@ details {
2727
.markdown-body & + p {
2828
margin-top: 16px;
2929
}
30-
31-
em {
32-
color: $black;
33-
font-style: normal;
34-
text-shadow: 0 0 2px rgba($black, 50%);
35-
}
3630
}
3731

3832
.logo {

0 commit comments

Comments
 (0)