mirror of
https://github.com/kognise/water.css.git
synced 2026-01-21 20:45:52 +01:00
Include var and make style more consistent
This commit is contained in:
parent
61af66828b
commit
9dcec8a374
1 changed files with 3 additions and 3 deletions
|
|
@ -11,8 +11,9 @@ time {
|
|||
pre,
|
||||
code,
|
||||
samp,
|
||||
kbd {
|
||||
font-family: ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;
|
||||
kbd,
|
||||
var {
|
||||
font-family: ui-monospace, 'SFMono-Regular', 'SF Mono', 'Menlo', 'Consolas', 'Liberation Mono', monospace;
|
||||
}
|
||||
|
||||
pre > code {
|
||||
|
|
@ -24,7 +25,6 @@ pre > code {
|
|||
var {
|
||||
color: var(--variable);
|
||||
font-style: normal;
|
||||
font-family: monospace;
|
||||
}
|
||||
|
||||
kbd {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue