mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[laf] Set monospaced font for <code> tag
GitOrigin-RevId: 2f12a334ef090827bd37f50cd7b8063c66c485df
This commit is contained in:
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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user