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 b72f973 commit 789fc63Copy full SHA for 789fc63
‎hugo.yaml‎
@@ -1,4 +1,4 @@
1
-baseURL: https://ataidev.cc/hugo-blog/
+baseURL: https://blog.ataidev.cc
2
defaultContentLanguage: en
3
languageCode: en-US
4
title: ATAI's Blog
‎themes/terminal/assets/css/terminal.css‎
@@ -131,7 +131,8 @@ blockquote {
131
box-sizing: border-box;
132
133
background-color: var(--ctp-frappe-crust);
134
- border: 4px double var(--accent);
+ border-top: 4px double var(--accent);
135
+ border-bottom: 4px double var(--accent);
136
border-radius: 4px;
137
138
&>* {
0 commit comments