minor changes to the links on top bar, left bar, sideboxes so they track the
CSS classes yet keep consistent with the font sizes on the rest of the page... allows us to do the "hover-underline" trick that nrpa.org uses
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
A.tbar:visited { color: ${color.top.link};
|
||||
}
|
||||
.lbar { font-family: ${font}, sans-serif; background: ${color.left.background};
|
||||
color: ${color.left.foreground}; font-size: 12pt;
|
||||
color: ${color.left.foreground}; font-size: 11pt;
|
||||
}
|
||||
A.lbar { color: ${color.left.link};
|
||||
}
|
||||
@@ -41,7 +41,7 @@
|
||||
color: ${color.sidebox.top.foreground}; font-size: 14pt;
|
||||
}
|
||||
.sidebox { font-family: ${font}, sans-serif; background: ${color.sidebox.background};
|
||||
color: ${color.sidebox.foreground}; font-size: 12pt;
|
||||
color: ${color.sidebox.foreground}; font-size: 11pt;
|
||||
}
|
||||
A.sidebox { color: ${color.sidebox.link};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user