Skip to content

Commit 789fc63

Browse files
committed
deploy: 🚀
1 parent b72f973 commit 789fc63

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

‎hugo.yaml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
baseURL: https://ataidev.cc/hugo-blog/
1+
baseURL: https://blog.ataidev.cc
22
defaultContentLanguage: en
33
languageCode: en-US
44
title: ATAI's Blog

‎themes/terminal/assets/css/terminal.css‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,8 @@ blockquote {
131131
box-sizing: border-box;
132132

133133
background-color: var(--ctp-frappe-crust);
134-
border: 4px double var(--accent);
134+
border-top: 4px double var(--accent);
135+
border-bottom: 4px double var(--accent);
135136
border-radius: 4px;
136137

137138
&>* {

0 commit comments

Comments
 (0)