Skip to main content

<style>

Tag &lt;style&gt;

Adds CSS styles to all project pages. For example, this code would make text with no color specified orange:

* {
color: orange;
}