mirror of
https://github.com/nairobilug/pelican-alchemy.git
synced 2024-12-30 12:15:06 +01:00
Add bootswatch theme support 🎉
This commit is contained in:
parent
5dfdeeb084
commit
990c9fb4c7
24 changed files with 301 additions and 52 deletions
34
alchemy/static/css/default.css
Normal file
34
alchemy/static/css/default.css
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
::selection {
|
||||
background: #0085a1;
|
||||
color: #fff;
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
body {
|
||||
background-color: #f5f5f5;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #333;
|
||||
}
|
||||
|
||||
a:focus, a:hover {
|
||||
color: #0085a1;
|
||||
}
|
||||
|
||||
blockquote {
|
||||
color: #818a91;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
hr {
|
||||
margin: 1.5rem 0;
|
||||
}
|
||||
|
||||
.main {
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
.pagination .page-link {
|
||||
color: #333;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue