1
0
mirror of https://github.com/kognise/water.css.git synced 2025-04-23 18:52:44 +02:00

Include var and make style more consistent

This commit is contained in:
Kognise 2021-10-02 19:41:00 -04:00 committed by GitHub
parent 61af66828b
commit 9dcec8a374
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {