|
|
|
@ -1,24 +1,18 @@
|
|
|
|
|
@import '@fontsource/fira-mono';
|
|
|
|
|
@import url('https://fonts.googleapis.com/css2?family=Alegreya+Sans+SC:wght@300;400;700&display=swap');
|
|
|
|
|
* {
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding: 0;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
font-family: 'Arial', sans-serif;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
html {
|
|
|
|
|
-webkit-text-size-adjust: 100%; /* 2 */
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
:root {
|
|
|
|
|
font-family: Ubuntu, Arial, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen,
|
|
|
|
|
Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
|
|
|
|
|
--font-mono: 'Fira Mono', monospace;
|
|
|
|
|
--pure-white: #ffffff;
|
|
|
|
|
--primary-color: #b9c6d2;
|
|
|
|
|
--secondary-color: #d0dde9;
|
|
|
|
|
--tertiary-color: #edf0f8;
|
|
|
|
|
--accent-color: #ff3e00;
|
|
|
|
|
--heading-color: rgba(0, 0, 0, 0.7);
|
|
|
|
|
--text-color: #444444;
|
|
|
|
|
--background-without-opacity: rgba(255, 255, 255, 0.7);
|
|
|
|
|
--column-width: 42rem;
|
|
|
|
|
--column-margin-top: 4rem;
|
|
|
|
|
font-family: Arial, sans-serif;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
body {
|
|
|
|
@ -26,24 +20,19 @@ body {
|
|
|
|
|
margin: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
p {
|
|
|
|
|
line-height: 1.5;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
ul,ol {
|
|
|
|
|
margin-left: 1rem;
|
|
|
|
|
margin-left: 1rem;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* Quill css */
|
|
|
|
|
|
|
|
|
|
/*!
|
|
|
|
|
* * Quill Editor v1.3.6
|
|
|
|
|
* * https://quilljs.com/
|
|
|
|
|
* * Copyright (c) 2014, Jason Chen
|
|
|
|
|
* * Copyright (c) 2013, salesforce.com
|
|
|
|
|
* */
|
|
|
|
|
* * Quill Editor v1.3.6
|
|
|
|
|
* * https://quilljs.com/
|
|
|
|
|
* * Copyright (c) 2014, Jason Chen
|
|
|
|
|
* * Copyright (c) 2013, salesforce.com
|
|
|
|
|
* */
|
|
|
|
|
.ql-container {
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
font-family: Helvetica, Arial, sans-serif;
|
|
|
|
|