Mercurial > libervia-templates
annotate sat_templates/templates/default/static/blog.css @ 248:a841837afe78
css (bulma): use a variable for grey light
author | Goffi <goffi@goffi.org> |
---|---|
date | Thu, 16 Jul 2020 09:08:34 +0200 |
parents | 178f55b825b7 |
children |
rev | line source |
---|---|
16
8cdcbe0d7dee
blog: various appareance improvments:
Goffi <goffi@goffi.org>
parents:
1
diff
changeset
|
1 @media (min-width: 500px) { |
104
b12de12e2e5b
css (blog): add a background image if --bg-img custom property is set (in dynamic style)
Goffi <goffi@goffi.org>
parents:
101
diff
changeset
|
2 #main_area { |
b12de12e2e5b
css (blog): add a background image if --bg-img custom property is set (in dynamic style)
Goffi <goffi@goffi.org>
parents:
101
diff
changeset
|
3 background-image: var(--bg-img); |
b12de12e2e5b
css (blog): add a background image if --bg-img custom property is set (in dynamic style)
Goffi <goffi@goffi.org>
parents:
101
diff
changeset
|
4 background-repeat: no-repeat; |
b12de12e2e5b
css (blog): add a background image if --bg-img custom property is set (in dynamic style)
Goffi <goffi@goffi.org>
parents:
101
diff
changeset
|
5 background-size: cover; |
b12de12e2e5b
css (blog): add a background image if --bg-img custom property is set (in dynamic style)
Goffi <goffi@goffi.org>
parents:
101
diff
changeset
|
6 } |
16
8cdcbe0d7dee
blog: various appareance improvments:
Goffi <goffi@goffi.org>
parents:
1
diff
changeset
|
7 } |