forked from mirrors/hugo-theme-terminal
Add terms.html template.
Add index.html template. Fix list.html template.
This commit is contained in:
@ -13,3 +13,4 @@
|
||||
@import 'prism';
|
||||
@import 'syntax';
|
||||
@import 'code';
|
||||
@import 'terms';
|
||||
|
9
source/css/terms.css
Normal file
9
source/css/terms.css
Normal file
@ -0,0 +1,9 @@
|
||||
.terms {
|
||||
h1 {
|
||||
color: var(--accent);
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-size: initial;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user