8000 [FIX] .doc-aside headings' colour · asantos82/documentation-user@d193f7c · GitHub
[go: up one dir, main page]

Skip to content

Commit d193f7c

Browse files
committed
[FIX] .doc-aside headings' colour
Heading colour should be ‘white’ when it’s into a .doc-aside container only.
1 parent 532163f commit d193f7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_extensions/odoo/static/typography.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ h1, h2, h3, h4, h5, h6,
1818
line-height: 1.4;
1919

2020
@media (min-width: @screen-lg-min) {
21-
.has_code_col &{
21+
.has_code_col .doc-aside &{
2222
color: white;
2323
}
2424
}

0 commit comments

Comments
 (0)
0