added heading to term pages

This commit is contained in:
Thunder33345 2023-04-27 00:54:20 +08:00
parent 9726b8d806
commit e76c7ebb66
No known key found for this signature in database
GPG key ID: F02B0F022A819FCD
3 changed files with 61 additions and 0 deletions

View file

@ -16,4 +16,5 @@
@import "syntax";
@import "code";
@import "terms";
@import "term";
@import "gist";

3
assets/css/term.scss Normal file
View file

@ -0,0 +1,3 @@
h1.term {
color: $accent;
}