mirror of
https://github.com/askama-rs/askama.git
synced 2025-09-28 21:41:35 +00:00
18 lines
569 B
Sass
18 lines
569 B
Sass
// run: scss --sass --style compressed ethicalads-theme.sass > ethicalads-theme.css
|
|
.ethical-sidebar
|
|
margin-left: auto
|
|
.ea-content
|
|
background: var(--bg) !important
|
|
color: var(--fg) !important
|
|
a:is(:link, :visited)
|
|
color: var(--fg) !important
|
|
a:is(:hover, :active, :focus)
|
|
color: var(--sidebar-active) !important
|
|
strong
|
|
color: var(--sidebar-active) !important
|
|
.ea-callout
|
|
a:is(:link, :visited)
|
|
color: var(--sidebar-non-existant) !important
|
|
a:is(:hover, :active, :focus)
|
|
color: var(--sidebar-fg) !important
|