Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
bmndc committed Aug 30, 2024
1 parent 7bde9b0 commit d4f7a1f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: >
Archive of guides, source code and firmware backups for Nokia 6300 4G.
# Favicons for other platforms are optional, but you can generate them at https://realfavicongenerator.net/
favicon: "assets/favicon.ico"
# favicon: "assets/favicon.ico"

markdown: CommonMarkGhPages

Expand Down
8 changes: 4 additions & 4 deletions _sass/no-style-please.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,16 @@
--text-color: white;
--bg-color: black;
--link-color: yellow;
--highlight-color: blue;
--highlight-color: #044;
--code-color: rgba(255, 255, 255, 0.1);
}

:root {
// Colour palette for default/light mode
--text-color: black;
--bg-color: white;
--link-color: darkblue;
--highlight-color: yellow;
--link-color: blue;
--highlight-color: paleturquoise;
--code-color: rgba(0, 0, 0, 0.05);
}

Expand Down Expand Up @@ -65,7 +65,7 @@ html {

body {
color: var(--text-color); // default: white
font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI Variable Display", "Segoe UI", Helvetica, "Apple Color Emoji", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol"; // default: monospace
font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, Helvetica, "Apple Color Emoji", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol"; // default: monospace
font-size: 14px; // default: 16px
line-height: 1.5; // default: 1.4
margin: 0;
Expand Down
File renamed without changes.

0 comments on commit d4f7a1f

Please sign in to comment.