diff options
Diffstat (limited to 'public/css')
| -rw-r--r-- | public/css/style.css | 36 | 
1 files changed, 36 insertions, 0 deletions
diff --git a/public/css/style.css b/public/css/style.css new file mode 100644 index 0000000..8cb9dca --- /dev/null +++ b/public/css/style.css @@ -0,0 +1,36 @@ +:root { +  --bg: #fff; +  --accent-bg: #f5f7ff; +  --bg-header: #212121; +  --text-header: #dcdcdc; +  --text: #212121; +  --text-light: #585858; +  --border: #d8dae1; +  --accent: #244D5D; +  --code: #932227; +  --preformatted: #444; +  --marked: #1B8E39; +  --disabled: #efefef; +} + +header { +  padding: 0 0.5rem 0rem 0.5rem; +} +main { +  padding-top: 1rem; +} + +main h3 { +  margin-top: 1rem; +  margin-bottom: 1rem +} + +main h4 { +  margin-top: 2.5rem; +  margin-bottom: 0rem +} + +main p { +  margin-top: 0.25rem; +  margin-bottom: 0.25rem; +}
\ No newline at end of file  | 
