Skip to content

Commit 4b6bcc0

Browse files
committed
docs: fixed css syntax
1 parent 04205c2 commit 4b6bcc0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/assets/macros.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def components_table():
3838

3939
def get_count_style(value):
4040
if value == 0:
41-
return ' style="text-align: center; color #888;"'
41+
return ' style="text-align: center; color: #888;"'
4242
return ' style="text-align: center;"'
4343

4444
html = """<div class="md-typeset__table">

0 commit comments

Comments
 (0)