css/less/hacker.less
mio 0b2d1dbc6e Various color edits
- Dim body text, more heading emphasis
- Replace state colors with variants closer to primary/gray tones
- `pre` border color matches pre background
- Buttons lighten instead of darken on hover (stronger effect on dark theme)
- Replace table colors to more closely match pagination and tabs
- Edit form legend and disabled input colors
- Breadcrumb active item emphasis
- Improve visibility of close button on alerts and modals
2018-06-06 18:26:31 +00:00

10 lines
282 B
Plaintext

// import bootstrap base
@import "../node_modules/bootstrap/less/bootstrap.less";
@import (css) url('https://fonts.googleapis.com/css?family=IBM+Plex+Mono');
// import custom variables
@import "hacker/_variables.less";
// import custom theme changes
@import "hacker/_theme.less";