haemka 6fbbad0dd7 Fix social-links margins being zeroed by the global ul[class] reset
The reset rule (body, h1, ..., ul[class], ol[class], ..., dd { margin:
0 }) matches via ul[class] at specificity (0,0,1,1), which beats plain
class selectors like .social-links/.social-links--large (0,0,1,0)
regardless of source order - so the margin-top values set for both the
sidebar gap and the About-me divider-to-icon gap were silently always
overridden back to 0. Prefixing both selectors with the ul type
selector ties the specificity, letting these (later in the file) win.
2026-08-14 16:53:30 +00:00
2020-05-31 15:15:28 +02:00

Pelican LaTeX theme

A theme for pelican which mimics the look of LaTeX documents.

S
Description
No description provided
Readme 1.4 MiB
Languages
CSS 53.4%
HTML 31.2%
JavaScript 15.4%