summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordmlunar <root@lunar.sh>2026-02-15 13:46:01 +0200
committerGitHub <noreply@github.com>2026-02-15 13:46:01 +0200
commitf78ab1e1e402599ccfd278a876b7dda4183bef4a (patch)
tree3a26f36a62f10e9336566922ceaf0342f5e57ffa
parent2602240dd161a34839a2eaec947ef90fd1048e65 (diff)
downloadjournal.lunar.sh-f78ab1e1e402599ccfd278a876b7dda4183bef4a.tar.gz
journal.lunar.sh-f78ab1e1e402599ccfd278a876b7dda4183bef4a.zip
Update style.scss
-rw-r--r--style.scss22
1 files changed, 11 insertions, 11 deletions
diff --git a/style.scss b/style.scss
index b228c62..9f723a9 100644
--- a/style.scss
+++ b/style.scss
@@ -47,7 +47,7 @@ body {
background: #171717;
font: 15px $inter;
line-height: 1.5;
- color: #b7b7b7;
+ color: #d9d9d9;
scroll-behavior: smooth;
font-weight: 400;
}
@@ -134,7 +134,7 @@ p:has(img):not(:has(img.emoji)) {
}
a {
- color: #b7b7b7;
+ color: #d9d9d9;
text-decoration-line: underline;
cursor: pointer;
}
@@ -155,7 +155,7 @@ ul {
}
div ol {
- color: #b7b7b7;
+ color: #d9d9d9;
margin-top: 0;
margin-bottom: 0;
}
@@ -194,7 +194,7 @@ b {
article > header span {
display: block;
- color: #b7b7b7;
+ color: #d9d9d9;
white-space: nowrap;
font-size: 15px;
margin-top: 1px;
@@ -412,7 +412,7 @@ img {
}
.reference {
- color: #b7b7b7;
+ color: #d9d9d9;
margin-top: 5px;
}
@@ -465,7 +465,7 @@ img {
}
.ascii {
- color: #b7b7b7;
+ color: #d9d9d9;
line-height: 15px;
display: flex;
justify-content: center;
@@ -556,7 +556,7 @@ img {
.site-name {
margin: 0;
- color: #b7b7b7;
+ color: #d9d9d9;
font-family: "IBM Plex Sans";
font-weight: bold;
font-size: 14px;
@@ -599,7 +599,7 @@ img {
border: 1px solid #535353;
/* border-left: 5px solid #a7a7a7; */
padding: 5px 1rem;
- color: #b7b7b7;
+ color: #d9d9d9;
font-size: 15px;
margin: 15px 0;
background: #211f26;
@@ -655,7 +655,7 @@ table tr th {
{
background: none;
border-bottom: none;
- color: #b7b7b7;
+ color: #d9d9d9;
}
table tr td {
@@ -776,7 +776,7 @@ code table tr {
margin-top: 30px;
font-size: 14px;
font-family: $inter;
- color: #b7b7b7;
+ color: #d9d9d9;
padding-bottom: 33px;
}
@@ -911,7 +911,7 @@ code table tr {
.pagination
{
margin-top: 20px;
- color: #b7b7b7;
+ color: #d9d9d9;
}
.cookies-banner__paragraph a {