[laf] Set monospaced font for <code> tag

GitOrigin-RevId: 2f12a334ef090827bd37f50cd7b8063c66c485df
This commit is contained in:
Ivan Semenov
2020-06-17 19:13:45 +03:00
committed by intellij-monorepo-bot
parent 672dc1c890
commit 890f8d34ed
@@ -1,4 +1,10 @@
/* Copyright 2000-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. */
a {
color: #2470B3;
text-decoration: underline
}
code {
font-size: small;
font-family: Monospaced
}