mirror of
https://github.com/nairobilug/pelican-alchemy.git
synced 2024-12-30 12:15:06 +01:00
Fix new favicon package support, missing tags
Minor improvements
This commit is contained in:
parent
4adcdd7d71
commit
24aa65fcad
4 changed files with 7 additions and 8 deletions
|
|
@ -27,7 +27,7 @@
|
|||
/* ------------------------------------------------------------------------- */
|
||||
|
||||
::selection {
|
||||
background: #0085A1;
|
||||
background: #0085a1;
|
||||
color: #fff;
|
||||
text-shadow: none;
|
||||
}
|
||||
|
|
@ -36,7 +36,7 @@ body {
|
|||
background-color: #f5f5f5;
|
||||
font-family: Merriweather, Georgia, serif;
|
||||
font-size: 16px;
|
||||
line-height: 1.75;
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
h1,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue