Skip to content

Commit 1e726f8

Browse files
committed
Theme: Add gradeup theme color
1 parent 34845a1 commit 1e726f8

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
{% include head.html %}
55

6-
<body class="theme-base-0b">
6+
<body class="gradeup-theme">
77

88
{% include sidebar.html %}
99

public/css/hyde.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,15 @@ a.sidebar-nav-item:focus {
176176

177177
/* Base16 (http://chriskempson.github.io/base16/#default) */
178178

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+
179188
/* Red */
180189
.theme-base-08 .sidebar {
181190
background-color: #ac4142;

0 commit comments

Comments
 (0)