summaryrefslogtreecommitdiff
path: root/style.scss
diff options
context:
space:
mode:
Diffstat (limited to 'style.scss')
-rw-r--r--style.scss12
1 files changed, 6 insertions, 6 deletions
diff --git a/style.scss b/style.scss
index f8ca5cd..18fc326 100644
--- a/style.scss
+++ b/style.scss
@@ -68,7 +68,7 @@ h4,
h5,
h6 {
font-family: $inter;
- color: #b7b7b7;
+ color: #d9d9d9;
font-weight: bold;
/* scroll-margin-top: 125px; */
@@ -400,15 +400,15 @@ img {
}
.date {
- color: #b7b7b7;
+ color: #d9d9d9;
}
.author {
- color: #b7b7b7;
+ color: #d9d9d9;
}
.muted {
- color: #b7b7b7;
+ color: #d9d9d9;
}
.reference {
@@ -515,7 +515,7 @@ img {
margin-top: 20px;
margin-bottom: 15px;
background: linear-gradient(to right, #211f26 45%, #171717);
- color: #b7b7b7;
+ color: #d9d9d9;
padding-left: 5px;
padding-bottom: 2px;
padding-top: 2px;
@@ -892,7 +892,7 @@ code table tr {
text-align: left;
border-top: 1px solid #535353;
background: #211f26;
- color: #b7b7b7;
+ color: #d9d9d9;
}
.footer-content