Added new icons, improved the blog

This commit is contained in:
2024-02-19 01:18:50 +03:00
parent 9386c1d158
commit b58407d358
22 changed files with 585 additions and 199 deletions
+28 -4
View File
@@ -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 {