aboutsummaryrefslogtreecommitdiffstats
path: root/pelican-bootstrap3/static/css/style.css
diff options
context:
space:
mode:
authorWolfgang Wiedmeyer <wolfgit@wiedmeyer.de>2016-08-02 23:11:21 +0200
committerWolfgang Wiedmeyer <wolfgit@wiedmeyer.de>2016-08-02 23:11:21 +0200
commita2d766dce88b7f7b1189df4b466ef2ac20454b8d (patch)
tree7198802d1869ae8c5c3433c93186e9b8b29597d3 /pelican-bootstrap3/static/css/style.css
parent25394160f2621bc701bbb635fb53572a44574847 (diff)
downloadpelican-themes-a2d766dce88b7f7b1189df4b466ef2ac20454b8d.zip
pelican-themes-a2d766dce88b7f7b1189df4b466ef2ac20454b8d.tar.gz
pelican-themes-a2d766dce88b7f7b1189df4b466ef2ac20454b8d.tar.bz2
add possibility to define links to arbitrary content on the sidebar
Diffstat (limited to 'pelican-bootstrap3/static/css/style.css')
-rw-r--r--pelican-bootstrap3/static/css/style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/pelican-bootstrap3/static/css/style.css b/pelican-bootstrap3/static/css/style.css
index 646765a..7c9dc0a 100644
--- a/pelican-bootstrap3/static/css/style.css
+++ b/pelican-bootstrap3/static/css/style.css
@@ -74,6 +74,10 @@ body {
margin-right: 3px;
}
+.sidebar-links {
+ font-size: 16px;
+}
+
a, a:hover {
color: inherit;
}