mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
Use a consistent color for links and menus
This commit is contained in:
parent
7b79b996d8
commit
d40dc08042
2 changed files with 14 additions and 8 deletions
|
@ -255,7 +255,7 @@ h3 .ieimg{
|
|||
}
|
||||
.press-volunteer div div p{
|
||||
font-weight:expression((this.parentNode.getElementsByTagName('P')[0]==this)?'bold':'');
|
||||
color:expression((this.parentNode.getElementsByTagName('P')[0]==this)?'#0d579b':'');
|
||||
color:expression((this.parentNode.getElementsByTagName('P')[0]==this)?'#2c6fad':'');
|
||||
margin:expression((this.parentNode.getElementsByTagName('P')[0]==this||this.parentNode.getElementsByTagName('P')[1]==this||this.parentNode.getElementsByTagName('P')[3]==this)?'0px':'');
|
||||
font-size:expression((this.parentNode.getElementsByTagName('P')[2]==this)?'80%':'');
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue