We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34845a1 commit 1e726f8Copy full SHA for 1e726f8
_layouts/default.html
@@ -3,7 +3,7 @@
3
4
{% include head.html %}
5
6
- <body class="theme-base-0b">
+ <body class="gradeup-theme">
7
8
{% include sidebar.html %}
9
public/css/hyde.css
@@ -176,6 +176,15 @@ a.sidebar-nav-item:focus {
176
177
/* Base16 (http://chriskempson.github.io/base16/#default) */
178
179
+/* Gradeup */
180
+.gradeup-theme .sidebar {
181
+ background-color: #45b97c;
182
+}
183
+.gradeup-theme .content a,
184
+.gradeup-theme .related-posts li a:hover {
185
+ color: #45b97c;
186
187
+
188
/* Red */
189
.theme-base-08 .sidebar {
190
background-color: #ac4142;
0 commit comments