UNPKG

alchemy-ajatar-theme

Version:
46 lines (39 loc) 618 B
html { height: 100%; } body { font-family: 'Roboto', sans-serif; min-height: 100%; min-width: 320px; box-sizing: border-box; position: relative; overflow: hidden; background-color: transparent; color: @gray-text; &:before { content: ''; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: #fff; } } a { text-decoration: none; color: @gray-ui; &:hover, &:focus, &:active { text-decoration: underline; color: @gray-text; outline: none; } } code { background-color: @smoke-dark;; } .scrollable { overflow: hidden; }