Added new icons, improved the blog
This commit is contained in:
+28
-4
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user