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
commit 653c3a1b7e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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;
}