Skip to content

Commit

Permalink
Fix: title link color
Browse files Browse the repository at this point in the history
  • Loading branch information
Mat4m0 authored Jun 20, 2023
1 parent 462a0e4 commit 4668a31
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions main.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
:root {
:
root {
--solext-font-fira-sans: 'Fira Sans', sans-serif;
--solext-font-aiwriter-quattro: 'iA Writer Quattro', sans-serif;
--solext-font-default-inter: 'Inter', sans-serif;
Expand Down Expand Up @@ -385,6 +386,11 @@ h1.title {
padding: 3px 10px;
background-color: var(--solext-link-user);
}

.title .page-ref {
color: var(--solext-ui-content-bg-user);
}

.editor-inner .uniline-block:is(.h1),
.editor-inner :is(.h1),
.ls-block h1 {
Expand Down Expand Up @@ -831,4 +837,4 @@ body:not(.is-banner-active) .is-journals h1.title::before {
}
.dark-theme [class*="cm-s-"] .cm-meta {
color: #E5D27B;
}
}

0 comments on commit 4668a31

Please sign in to comment.