summaryrefslogtreecommitdiffstats
path: root/sass
diff options
context:
space:
mode:
authorRoman <59285587+codeandmedia@users.noreply.github.com>2020-05-03 23:35:41 +0300
committerRoman <59285587+codeandmedia@users.noreply.github.com>2020-05-03 23:35:41 +0300
commit7dad373c8e90e152d87165062ca3278cb96fd819 (patch)
tree5026cae1b7d4bed5b04c8be88c9bf8ccea877c1e /sass
parent34337873519e38c663efdc984ecfb7adfde8812e (diff)
css&ico improvments and dockerfile optimization
Diffstat (limited to 'sass')
-rw-r--r--sass/main.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/sass/main.scss b/sass/main.scss
index 8b3635f..07b01f8 100644
--- a/sass/main.scss
+++ b/sass/main.scss
@@ -42,7 +42,7 @@
body {
text-rendering: optimizeLegibility;
font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;
- font-size: 1.25rem;
+ font-size: 0.9375rem;
line-height:1.5;
display: flex;
flex-flow: row wrap;
@@ -124,7 +124,7 @@ h1, h2, h3, h4, h5 {
h2, h3 {
- font-weight: 400;
+ font-weight: 600;
}
h1 {
@@ -156,6 +156,7 @@ nav {
#breadcrumbs {
display: flex;
flex-flow: row wrap;
+ font-style:italic;
}
ul {
@@ -220,7 +221,6 @@ main {
#toc {
list-style: none;
@include color(color, --second-text-color, $theme-light-second-text-color);
- font-size: 1rem;
margin-top: 1rem;
ul {