Skip to content

Commit

Permalink
changed theme
Browse files Browse the repository at this point in the history
  • Loading branch information
ytseis committed Jan 1, 2025
1 parent 240ac49 commit d939c82
Show file tree
Hide file tree
Showing 20 changed files with 5,305 additions and 2,705 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _assets/minimal-mistakes/mm-free-feature.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _assets/minimal-mistakes/mm-home-page-feature.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _assets/minimal-mistakes/zenobia.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
59 changes: 59 additions & 0 deletions _css/adjust.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
/* on narrow device, reduce margins */
@media (min-width: 940px) {
.franklin-content {
width: 100%;
}
}

@media (min-width: 1024px) {
.franklin-content {
width: 75%;
padding-left: 20%;
padding-right: 5%;
}
}

pre {
font-size: 17px;
}

.franklin-content code {
font-size: 14px;
}

.franklin-content .hljs {
font-size: 14px;
}

blockquote {
font-size: 90%;
}

.fndef-content {
line-height: 1.5em;
}

.franklin-content h1 {
padding-bottom: 0.5em;
margin-top: 1.5em;
margin-bottom: 1em;
}

.franklin-content a {
text-decoration: none;
}

/* For some reason,
* `h1, h2, h3 { a { color: ... } a:visited { color: ... } }` didn't work.
*/
h1 a { color: #1c1c1c !important; }
h2 a { color: #1c1c1c !important; }
h3 a { color: #1c1c1c !important; }
h4 a { color: #1c1c1c !important; }
h5 a { color: #1c1c1c !important; }

h1 a:visited { color: #1c1c1c !important; }
h2 a:visited { color: #1c1c1c !important; }
h3 a:visited { color: #1c1c1c !important; }
h4 a:visited { color: #1c1c1c !important; }
h5 a:visited { color: #1c1c1c !important; }
Loading

0 comments on commit d939c82

Please sign in to comment.