Sha256: 1dbf0c66a5a751e5ac4f3e017aab7618d5405ca6945a460c8ce8dfcd856dda8e
Contents?: true
Size: 745 Bytes
Versions: 65
Compression:
Stored size: 745 Bytes
Contents
// navigation and content already load trix, ensure they are loaded first @use "content"; @use "navigation"; // overrides for default trix styles to match our button styles trix-toolbar { .trix-button-group { border: 1px solid var(--site-text-color); border-radius: 0; } .trix-button { color: var(--site-secondary); border-bottom: none; } .trix-button:not(:first-child) { border-left: 1px solid var(--site-text-color); } .trix-button.trix-active { background-color: var(--site-secondary-light); color: var(--site-on-secondary); border-bottom: none; } } // set a maximim width for the text editor and toolbar to match other inputs trix-toolbar, trix-editor { max-width: var(--text-width); }
Version data entries
65 entries across 65 versions & 1 rubygems