summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPreston Pan <preston@nullring.xyz>2022-11-11 14:38:23 -0800
committerPreston Pan <preston@nullring.xyz>2022-11-11 14:38:23 -0800
commitbf2559d377c0837ee17323e74848ea70807f1598 (patch)
tree2d3c5b78eed0913cb2829843a70cbf50d38077b4
parent6d900c0ead774238713ef9d64c01871f3a6adea2 (diff)
fixed some colors in css
-rw-r--r--build/website/css/style.css4
-rw-r--r--website/css/style.css4
2 files changed, 4 insertions, 4 deletions
diff --git a/build/website/css/style.css b/build/website/css/style.css
index c45c51d..bbae111 100644
--- a/build/website/css/style.css
+++ b/build/website/css/style.css
@@ -130,7 +130,7 @@ pre {
}
p > a {
- color: #a9b1d6;
+ color: #7aa2f7;
text-decoration: none;
font-size: 0.7em;
padding: 3px 6px;
@@ -139,7 +139,7 @@ p > a {
}
p > a:hover {
- color: #a9b1d6;
+ color: #7aa2f7;
background-color: #565f89;
}
diff --git a/website/css/style.css b/website/css/style.css
index c45c51d..bbae111 100644
--- a/website/css/style.css
+++ b/website/css/style.css
@@ -130,7 +130,7 @@ pre {
}
p > a {
- color: #a9b1d6;
+ color: #7aa2f7;
text-decoration: none;
font-size: 0.7em;
padding: 3px 6px;
@@ -139,7 +139,7 @@ p > a {
}
p > a:hover {
- color: #a9b1d6;
+ color: #7aa2f7;
background-color: #565f89;
}