Skip to content

Commit

Permalink
enhance contrast between post meta&content
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow committed Jan 20, 2024
1 parent 3205d0a commit 44269d4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
--max-width: 800px;
--border-solid: 1px solid;

--body-background-light: #eeeeee;
--pre-background-light: #dddddd;
--body-color-light: #444444;
--link-color-light: #585858;
--body-background-light: #efefef;
--pre-background-light: #dedede;
--body-color-light: #434343;
--link-color-light: #808080;
--border-color-light: #cdcdcd;

--body-background-dark: #1c1c1c;
Expand Down Expand Up @@ -54,6 +54,8 @@ pre code {
#footer { padding: 1em 1em 3em; }
#footer a { text-decoration: none; }

.main-menu .pure-menu-link { font-weight: bold; }

.corner-indicator {
display: flex;
justify-content: flex-end;
Expand Down
2 changes: 1 addition & 1 deletion layouts/partials/menu.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
{{- end }}
{{- end }}
{{- end }}
<li class="pure-menu-item {{ if eq $pctx.RelPermalink $url }} pure-menu-selected {{ end -}}">
<li class="main-menu pure-menu-item {{ if eq $pctx.RelPermalink $url }} pure-menu-selected {{ end -}}">
<a
class="pure-menu-link"
href="{{- $url -}}"
Expand Down

0 comments on commit 44269d4

Please sign in to comment.