fix for tsml small tags being too dark: color them orange, why not
This commit is contained in:
parent
f7b1e797e3
commit
5ecb871744
1 changed files with 3 additions and 0 deletions
|
@ -330,3 +330,6 @@ main#fp-main > div.fp-grid {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#tsml #meetings table tbody tr td.name small {
|
||||||
|
color: orange;
|
||||||
|
}
|
Loading…
Reference in a new issue