Browse Source

Correct the font weight

pull/6/head
Menci 8 years ago
parent
commit
7eb4d9b1f0
  1. 2
      views/header.ejs

2
views/header.ejs

@ -15,7 +15,7 @@
<body>
<div class="ui fixed borderless menu">
<div class="ui container">
<a class="header item" href="/"><span style="font-family: Raleway; font-size: 1.5em; font-weight: 500; "><%= syzoj.config.title %></span></a>
<a class="header item" href="/"><span style="font-family: Raleway; font-size: 1.5em; font-weight: 300; "><%= syzoj.config.title %></span></a>
<a class="item<% if (active === '') { %> active<% } %>" href="/"><i class="home icon"></i> 首页</a>
<a class="item<% if (active === 'problem') { %> active<% } %>" href="/problem"><i class="list icon"></i> 题库</a>
<a class="item<% if (active === 'contest') { %> active<% } %>" href="/contest"><i class="calendar icon"></i> 比赛</a>

Loading…
Cancel
Save