Added new icons, improved the blog
|
After Width: | Height: | Size: 66 KiB |
|
After Width: | Height: | Size: 60 KiB |
|
After Width: | Height: | Size: 62 KiB |
|
After Width: | Height: | Size: 35 KiB |
|
Before Width: | Height: | Size: 56 KiB After Width: | Height: | Size: 56 KiB |
|
After Width: | Height: | Size: 38 KiB |
|
After Width: | Height: | Size: 78 KiB |
|
After Width: | Height: | Size: 80 KiB |
|
After Width: | Height: | Size: 48 KiB |
|
After Width: | Height: | Size: 51 KiB |
|
After Width: | Height: | Size: 51 KiB |
|
After Width: | Height: | Size: 51 KiB |
|
After Width: | Height: | Size: 47 KiB |
@@ -22,7 +22,7 @@
|
||||
--animate-repeat: 1;
|
||||
--bs-font-sans-serif: 'Lato', 'Times New Roman';
|
||||
--bs-font-monospace: 'JetBrains Mono', 'Courier New';
|
||||
--bs-body-font-size: 18px;
|
||||
--bs-body-font-size: 20px;
|
||||
--bs-body-line-height: 1.5;
|
||||
}
|
||||
|
||||
@@ -65,6 +65,15 @@ body {
|
||||
max-height: 100% !important;
|
||||
}
|
||||
|
||||
.inline {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.center {
|
||||
text-align: center;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
.nobr {
|
||||
white-space: nowrap;
|
||||
}
|
||||
@@ -364,14 +373,29 @@ body {
|
||||
}
|
||||
|
||||
&-content {
|
||||
:is(p, li) {
|
||||
a {
|
||||
@extend %link;
|
||||
|
||||
color: cornflowerblue;
|
||||
|
||||
&:hover {
|
||||
color: royalblue;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
:is(h1, h2, h3, h4, h5, h6) {
|
||||
font-family: Alexandria, sans-serif;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
a {
|
||||
@extend %link;
|
||||
a {
|
||||
@extend %link;
|
||||
|
||||
&:hover {
|
||||
color: indianred;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
img {
|
||||
|
||||