Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kdevo/osprey-delight.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkdevo <kdevo@users.noreply.github.com>2021-03-13 01:20:22 +0300
committerkdevo <kdevo@users.noreply.github.com>2021-03-13 01:20:22 +0300
commitd3ccaf65e3c0afd89792ebb5e250ca5ba89bc9c7 (patch)
tree422eaa2502fbdca947e20f204b3a79636f22ad63
parent89c63a4d19b4d4d3fd80f0cca95ef7d468a0ae68 (diff)
:bug: Repair and cleanup blog SCSS
-rw-r--r--assets/sass/_blog.scss48
1 files changed, 22 insertions, 26 deletions
diff --git a/assets/sass/_blog.scss b/assets/sass/_blog.scss
index b38d9d5..ebd6700 100644
--- a/assets/sass/_blog.scss
+++ b/assets/sass/_blog.scss
@@ -1,10 +1,8 @@
// Code
pre code {
- // font-size: 100%;
color: inherit;
font-family: $font-code;
- // background-color: transparent;
}
pre {
@@ -17,7 +15,7 @@ pre {
word-wrap: normal;
// color: white;
// line-height: 1.45; or inherit
- // background-color: $smoke;
+ // background-color: $smoke;
}
.mono,
@@ -44,6 +42,7 @@ q {
color: $accent;
font-family: $font-header;
font-size: 35px;
+ float: left;
}
blockquote {
@@ -63,6 +62,7 @@ blockquote {
&::after {
@extend %blockquote;
content: "\201D";
+ float: right;
}
}
@@ -86,34 +86,30 @@ time {
margin-left: 3px;
}
- // a {
- // background-image: linear-gradient($accent, $accent);
- // background-repeat: repeat-x;
- // background-position: 0 95%;
- // background-size: 1px 2px;
- // text-decoration: none;
- // text-shadow: .03em 0 $white, -.03em 0 $white, 0 .03em $white, 0 -.03em $white,
- // .06em 0 $white, -.06em 0 $white, .09em 0 $white, -.09em 0 $white,
- // .12em 0 $white, -.12em 0 $white, .15em 0 $white, -.15em 0 $white,
- // .03em .075em $white, -.03em .075em $white, .06em .075em $white,
- // -.06em .075em $white, .09em .075em $white, -.09em .075em $white,
- // .12em .075em $white, -.12em .075em $white, .15em .075em $white,
- // -.15em .075em $white;
-
- // &:hover {
- // color: $accent;
- // }
- // }
+ a {
+ background-image: linear-gradient($accent, $accent);
+ background-repeat: repeat-x;
+ background-position: 0 95%;
+ background-size: 1px 2px;
+ text-decoration: none;
+ text-shadow: .03em 0 $white, -.03em 0 $white, 0 .03em $white, 0 -.03em $white,
+ .06em 0 $white, -.06em 0 $white, .09em 0 $white, -.09em 0 $white,
+ .12em 0 $white, -.12em 0 $white, .15em 0 $white, -.15em 0 $white,
+ .03em .075em $white, -.03em .075em $white, .06em .075em $white,
+ -.06em .075em $white, .09em .075em $white, -.09em .075em $white,
+ .12em .075em $white, -.12em .075em $white, .15em .075em $white,
+ -.15em .075em $white;
+
+ &:hover {
+ color: $accent;
+ }
+ }
}
-// .highlight {
-// margin: 10px 0;
-// }
-
.pagination {
margin: 50px 0 0;
- &:nth-child(2) {
+ & :nth-child(2) {
float: right;
}
}