Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<body>
<header>
<h1>Firefox Add-ons developer mentors map</h1>
<p>
<p id="headerContent">
You can find the mentors either in the map or just search them in the table provided below.
</p>
</header>
Expand Down
8 changes: 8 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ body {

header {
text-align: center;
font-style: oblique;
font-family: 'Roboto', sans-serif;
font-size: 23px;
color: #0095DD;
}

#headerContent {
color: orange;
}

#mentorsMap {
Expand Down