|
|
|
|
|
by baobun
171 days ago
|
|
What do you mean with "copy the css"? Do you want to style your own website the same way? Or use a similar theme for HN itself year-round? To figure out where styles come from, open Developer Tools in your browser and Inspect Element. You shoud see the HTML DOM element highlighted and its styles and where they come from on the right. In this case the alternating font colors aren't from CSS at all. |
|