Skip to content

Commit 10893fd

Browse files
committed
Consistent bold
1 parent 8d65c81 commit 10893fd

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

_layouts/home.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ <h1>
6464
<div id="{{conf.id}}" class="{% for sub in conf.sub %} {{sub}}-conf {% endfor %}">
6565
<div class="row conf-row">
6666
<div class="col-xs-5 col-sm-6">
67-
<a class="conf-title" href="/conference?id={{ conf.id }}"><b>{{conf.title}} {{conf.year}}</b></a>
67+
<a class="conf-title" href="/conference?id={{ conf.id }}">{{conf.title}} {{conf.year}}</a>
6868
</div>
6969
<div class="col-xs-7 col-sm-6">
7070
<span class="timer"></span>

static/css/deadlines.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ footer {
108108

109109
.conf-title {
110110
font-size: 20px;
111+
font-weight: 500;
111112
}
112113

113114
.deadline, .meta {
@@ -121,6 +122,7 @@ footer {
121122

122123
.timer {
123124
font-size: 20px;
125+
font-weight: 500;
124126
}
125127

126128
#conf-timer {

0 commit comments

Comments
 (0)