Merge pull request #460 from Thunder33345/taxonomy-title

Added heading to term pages
This commit is contained in:
Radek Kozieł
2023-06-09 23:37:19 +02:00
committed by GitHub
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;
}