wip styling:
This commit is contained in:
parent
12bfd4c788
commit
d326c00fdb
18
config.toml
18
config.toml
|
@ -1,18 +0,0 @@
|
||||||
baseURL = 'https://jakstys.lt/'
|
|
||||||
languageCode = 'en-us'
|
|
||||||
title = 'Public record of Motiejus Jakštys'
|
|
||||||
theme = 'default'
|
|
||||||
author = "Motiejus Jakštys"
|
|
||||||
|
|
||||||
[Menus]
|
|
||||||
main = [ { Name = "About", URL = "/about" } ]
|
|
||||||
|
|
||||||
[permalinks]
|
|
||||||
posts = '/:year/:title/'
|
|
||||||
|
|
||||||
[Params]
|
|
||||||
dateFormat = "2006-01-02"
|
|
||||||
|
|
||||||
[outputs]
|
|
||||||
home = ['HTML', 'RSS']
|
|
||||||
|
|
|
@ -91,33 +91,26 @@ a:hover {
|
||||||
}
|
}
|
||||||
|
|
||||||
header a,
|
header a,
|
||||||
header a:visited,
|
|
||||||
footer a,
|
footer a,
|
||||||
footer a:visited,
|
|
||||||
h1 a,
|
h1 a,
|
||||||
h1 a:visited,
|
|
||||||
h2 a,
|
h2 a,
|
||||||
h2 a:visited,
|
|
||||||
h3 a,
|
h3 a,
|
||||||
h3 a:visited,
|
|
||||||
h4 a,
|
h4 a,
|
||||||
h4 a:visited,
|
|
||||||
h5 a,
|
h5 a,
|
||||||
h5 a:visited,
|
|
||||||
h6 a,
|
h6 a,
|
||||||
h6 a:visited {
|
h6 a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: #333;
|
color: #333;
|
||||||
}
|
}
|
||||||
|
|
||||||
header a:hover,
|
header a:hover, header a:visited,
|
||||||
footer a:hover,
|
footer a:hover, footer a:visited,
|
||||||
h1 a:hover,
|
h1 a:hover, h1 a:visited,
|
||||||
h2 a:hover,
|
h2 a:hover, h2 a:visited,
|
||||||
h3 a:hover,
|
h3 a:hover, h3 a:visited,
|
||||||
h4 a:hover,
|
h4 a:hover, h4 a:visited,
|
||||||
h5 a:hover,
|
h5 a:hover, h5 a:visited,
|
||||||
h6 a:hover {
|
h6 a:hover, h6 a:visited {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: #f80;
|
color: #f80;
|
||||||
}
|
}
|
||||||
|
@ -322,14 +315,19 @@ nav#TableOfContents ul {
|
||||||
color: #ccc;
|
color: #ccc;
|
||||||
background-color: #222;
|
background-color: #222;
|
||||||
}
|
}
|
||||||
|
|
||||||
header a, header a:visited,
|
header a, header a:visited,
|
||||||
footer a, footer a:visited,
|
footer a, footer a:visited,
|
||||||
h1 a, h1 a:visited,
|
h1 a, h1 a:visited, h2 a, h2 a:visited,
|
||||||
h2 a, h2 a:visited,
|
h3 a, h3 a:visited, h4 a, h4 a:visited,
|
||||||
h3 a, h3 a:visited,
|
h5 a, h5 a:visited, h6 a, h6 a:visited {
|
||||||
h4 a, h4 a:visited,
|
|
||||||
h5 a, h5 a:visited,
|
|
||||||
h6 a, h6 a:visited {
|
|
||||||
color: #ccc;
|
color: #ccc;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
header a:hover, footer a:hover,
|
||||||
|
h1 a:hover, h2 a:hover,
|
||||||
|
h3 a:hover, h4 a:hover,
|
||||||
|
h5 a:hover, h6 a:hover {
|
||||||
|
color: #f80;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue