Finished blade designs and methods and added sortable lists
This commit is contained in:
17
public/css/app.css
vendored
17
public/css/app.css
vendored
@@ -55,16 +55,7 @@ Improve consistency of default fonts in all browsers. (https://github.com/sindre
|
||||
*/
|
||||
|
||||
body {
|
||||
font-family:
|
||||
system-ui,
|
||||
-apple-system, /* Firefox supports this but not yet `system-ui` */
|
||||
'Segoe UI',
|
||||
Roboto,
|
||||
Helvetica,
|
||||
Arial,
|
||||
sans-serif,
|
||||
'Apple Color Emoji',
|
||||
'Segoe UI Emoji';
|
||||
font-family: 'Titillium Web', sans-serif;
|
||||
}
|
||||
|
||||
/*
|
||||
@@ -356,7 +347,7 @@ ul {
|
||||
*/
|
||||
|
||||
html {
|
||||
font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */
|
||||
font-family: 'Titillium Web', sans-serif;
|
||||
line-height: 1.5; /* 2 */
|
||||
}
|
||||
|
||||
@@ -526,14 +517,14 @@ samp {
|
||||
* CSS Remedy, with `svg` added as well.
|
||||
*
|
||||
* https://github.com/mozdevs/cssremedy/issues/14
|
||||
*
|
||||
*
|
||||
* 2. Add `vertical-align: middle` to align replaced elements more
|
||||
* sensibly by default when overriding `display` by adding a
|
||||
* utility like `inline`.
|
||||
*
|
||||
* This can trigger a poorly considered linting error in some
|
||||
* tools but is included by design.
|
||||
*
|
||||
*
|
||||
* https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
|
||||
*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user