mirror of https://github.com/lxndrblz/anatole.git

Karol Kania
08.12.2020 cc995b14d79834c035b1ed4eb51eb385ad3d75f8
Some visual changes mostly related to fonts
1 files modified
1 files added
46 ■■■■■ changed files
exampleSite/assets/css/custom.css 42 ●●●●● patch | view | raw | blame | history
exampleSite/config.toml 4 ●●●● patch | view | raw | blame | history
exampleSite/assets/css/custom.css
New file
@@ -0,0 +1,42 @@
/* THESE MODIFICATIONS MAY OVERWRITE DEFAULT STYLES */
/*
:root {
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
html {
    font-family: sans-serif;
}
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    line-height: 1.5;
}
a:link,
a:visited {
    opacity: 1;
    color: var(--tag-color);
}
.post .post-content a {
    letter-spacing: 0px;
}
.page-top .nav {
    padding: 6px 30px;
    font-size: 14px;
}
.tag,
.category {
    font-size: 14px;
}
p {
    font-size: 14px;
}
*/
exampleSite/config.toml
@@ -25,8 +25,8 @@
profilePicture = "images/profile.jpg"
keywords = ""
favicon = "favicons/"
customCss = []
customJs = []
customCss = [] # ie ["css/custom.css"]
customJs = [] # ie ["js/custom.js"]
mainSections = ["post"]
images = ["images/site-feature-image.png"]
doNotLoadAnimations = false