Skip to content

Commit

Permalink
Style update
Browse files Browse the repository at this point in the history
  • Loading branch information
LatvianModder committed Jan 3, 2024
1 parent 621ec52 commit 446c2af
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion themes/mainroad/assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1314,7 +1314,8 @@ textarea {
--color-text: #000;
--color-code: #b12a48;
--color-code-background: #bdc7c7;
--color-code-notice-background: transparent;
--color-code-notice: #e57;
--color-code-notice-background: #2e3135;
--color-code-block-background: #2e3135;
--color-footer-text: #aab0b3;
--color-footer-link-text: #bdc7c7;
Expand All @@ -1337,6 +1338,7 @@ textarea {
--color-text: #e7d9d3;
--color-code: #e57;
--color-code-background: #2e3135;
--color-code-notice: #e57;
--color-code-notice-background: #2e3135;
--color-code-block-background: #2e3135;
--color-footer-text: #aab0b3;
Expand Down
1 change: 1 addition & 0 deletions themes/mainroad/layouts/partials/colors.css
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ code {
}

div.notice code {
color: var(--color-code-notice);
background-color: var(--color-code-notice-background);
}

Expand Down

1 comment on commit 446c2af

@neoforged-pages-deployments
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploying with Cloudflare Pages

Name Result
Last commit: 446c2af0cad07c7ac18e327a0b8944b843be5871
Status: ✅ Deploy successful!
Preview URL: https://4e0eccb8.neoforged-website-previews.pages.dev
PR Preview URL: https://pr-29.neoforged-website-previews.pages.dev

Please sign in to comment.