Skip to content

Commit 432d8cb

Browse files
authored
Bring back old newsbar styling for PromCon banner (#1917)
* Bring back old newsbar styling for PromCon banner We already used a newsbar multiple times in the past, which was placed under the main jumbotron and styled a bit more discreetly. I made some text + link adjustments. Signed-off-by: Julius Volz <[email protected]> * Increase link boldness in newsbar Signed-off-by: Julius Volz <[email protected]>
1 parent c35d923 commit 432d8cb

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

content/css/docs.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,10 @@ body {
126126
margin-bottom: 50px;
127127
}
128128

129+
.newsbar a {
130+
font-weight: 400;
131+
}
132+
129133
.feature-item {
130134
font-family: 'Lato', sans-serif;
131135
font-weight: 300;

content/index.html

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
---
22
layout: jumbotron
33
---
4-
<div class="container">
5-
<h3 style="color: #be3511" class="text-center">
6-
<a href="https://promcon.io/2021-online/" style="color: #be3511">PromCon Online 2021, the Prometheus users conference, happens on May 3rd, 2021.</a>
7-
</h3>
8-
</div>
94
<div class="jumbotron">
105
<div class="container">
116
<h1>From metrics to insight</h1>
@@ -17,6 +12,10 @@ <h1>From metrics to insight</h1>
1712
</div>
1813
</div>
1914

15+
<div class="newsbar">
16+
Join <a href="https://promcon.io/2021-online/">PromCon Online 2021</a>, the Prometheus users conference, on May 3rd, 2021.</a>
17+
</div>
18+
2019
<div class="container">
2120
<div class="row top-hr">
2221
<div class="col-md-3 col-sm-6 col-xs-12 feature-item">

0 commit comments

Comments
 (0)