Compare commits
2 commits
5288dee6b3
...
b71384e992
Author | SHA1 | Date | |
---|---|---|---|
b71384e992 | |||
6e9b7a6ed1 |
2 changed files with 17 additions and 2 deletions
|
@ -19,7 +19,7 @@ external_links_class = "external"
|
|||
external_links_target_blank = true
|
||||
external_links_no_referrer = true
|
||||
definition_list = true
|
||||
insert_anchor_links = "heading"
|
||||
insert_anchor_links = "left"
|
||||
|
||||
|
||||
[search]
|
||||
|
|
|
@ -1,4 +1,7 @@
|
|||
// force dark theme
|
||||
/* general */
|
||||
|
||||
|
||||
/* theme */
|
||||
@mixin theme-variables($theme) {
|
||||
@if $theme =='light' {
|
||||
--primary-color: #FC9300;
|
||||
|
@ -23,3 +26,15 @@
|
|||
@include theme-variables('dark');
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/* header */
|
||||
.home-title {
|
||||
background-color: var(--primary-color);
|
||||
color: var(--background-color);
|
||||
padding: 0.12rem;
|
||||
}
|
||||
|
||||
.nav-links {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue