summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--style.scss5
1 files changed, 3 insertions, 2 deletions
diff --git a/style.scss b/style.scss
index 07816e8..a8a6753 100644
--- a/style.scss
+++ b/style.scss
@@ -432,7 +432,7 @@ img {
.no-decoration {
text-decoration-line: none;
- color: #efefef;
+ color: #b7b7b7;
}
.youtube {
@@ -774,7 +774,7 @@ code table tr {
margin-top: 30px;
font-size: 14px;
font-family: $inter;
- color: #696969;
+ color: #b7b7b7;
padding-bottom: 33px;
}
@@ -883,6 +883,7 @@ code table tr {
text-align: left;
border-top: 1px solid #535353;
background: #211f26;
+ color: #b7b7b7;
}
.footer-content