UNPKG

@rxdi/ui-kit

Version:

UI Components for building graphql-server website

14 lines 430 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DEFAULT = void 0; const lit_html_1 = require("@rxdi/lit-html"); exports.DEFAULT = (0, lit_html_1.css) ` :root { --default-bg-color: transparent; --default-color: #222; --default-border: 1px solid #e5e5e5; --default-hover-color: transparent; --default-hover-border: 1px solid #999; } `; //# sourceMappingURL=default.js.map